Struct js::jsapi::JSErrorFormatString
[−]
[src]
#[repr(C)]pub struct JSErrorFormatString { pub name: *const c_char, pub format: *const c_char, pub argCount: u16, pub exnType: i16, }
Fields
name: *const c_char
The error message name in ASCII.
format: *const c_char
The error format string in ASCII.
argCount: u16
The number of arguments to expand in the formatted error message.
exnType: i16
One of the JSExnType constants above.