Struct js::jsapi::NotableScriptSourceInfo
[−]
[src]
#[repr(C)]pub struct NotableScriptSourceInfo { pub _base: ScriptSourceInfo, pub filename_: *mut c_char, }
Holds data about a notable script source file (one whose combined script sources use more than a certain amount of memory) so we can report it individually.
The only difference between this class and ScriptSourceInfo is that this class holds a copy of the filename.
Fields
_base: ScriptSourceInfo
filename_: *mut c_char