Function JS_ThrowInternalError

Source
pub unsafe extern "C" fn JS_ThrowInternalError(
    ctx: *mut JSContext,
    fmt: *const i8,
    ...
) -> JSValue