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

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