pub unsafe extern "C" fn WarnASCII(
cx: *mut JSContext,
format: *const i8,
...
) -> bool
Expand description
Report a warning represented by the sprintf-like conversion of ASCII format filled from trailing ASCII arguments.
Return true iff the warning was successfully reported without reporting an error (or being upgraded into one).