Struct js::jsapi::JSErrorReport
[−]
[src]
#[repr(C)]pub struct JSErrorReport { pub linebuf_: *const c_ushort, pub linebufLength_: usize, pub tokenOffset_: usize, pub filename: *const c_char, pub lineno: c_uint, pub column: c_uint, pub isMuted: bool, pub flags: c_uint, pub errorNumber: c_uint, pub ucmessage: *const c_ushort, pub messageArgs: *mut *const c_ushort, pub exnType: i16, }
Fields
linebuf_: *const c_ushort
linebufLength_: usize
tokenOffset_: usize
filename: *const c_char
lineno: c_uint
column: c_uint
isMuted: bool
flags: c_uint
errorNumber: c_uint
ucmessage: *const c_ushort
messageArgs: *mut *const c_ushort
exnType: i16
Methods
impl JSErrorReport
[src]
pub unsafe fn initLinebuf(
&mut self,
linebuf: *const c_ushort,
linebufLength: usize,
tokenOffset: usize
)
[src]
&mut self,
linebuf: *const c_ushort,
linebufLength: usize,
tokenOffset: usize
)