Function script::dom::bindings::import::module::jsapi::JS_ExpandErrorArgumentsASCII

source ยท
pub unsafe extern "C" fn JS_ExpandErrorArgumentsASCII(
    cx: *mut JSContext,
    errorCallback: Option<unsafe extern "C" fn(_: *mut c_void, _: u32) -> *const JSErrorFormatString>,
    errorNumber: u32,
    reportp: *mut JSErrorReport,
    ...
) -> bool