Function mozjs::jsapi::WarnLatin1

source ·
pub unsafe extern "C" fn WarnLatin1(
    cx: *mut JSContext,
    format: *const i8
    ...
) -> bool
Expand description

Report a warning represented by the sprintf-like conversion of Latin-1 format filled from trailing Latin-1 arguments.

Return true iff the warning was successfully reported without reporting an error (or being upgraded into one).