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.