mozjs_sys::jsapi

Function JS_ReportErrorASCII

Source
pub unsafe extern "C" fn JS_ReportErrorASCII(
    cx: *mut JSContext,
    format: *const c_char,
    ...
)
Expand description

Report an exception represented by the sprintf-like conversion of format and its arguments.