Struct js::jsapi::CompartmentStats [] [src]

#[repr(C)]
pub struct CompartmentStats { pub objectsPrivate: usize, pub scriptsGCHeap: usize, pub scriptsMallocHeapData: usize, pub baselineData: usize, pub baselineStubsFallback: usize, pub ionData: usize, pub typeInferenceTypeScripts: usize, pub typeInferenceAllocationSiteTables: usize, pub typeInferenceArrayTypeTables: usize, pub typeInferenceObjectTypeTables: usize, pub compartmentObject: usize, pub compartmentTables: usize, pub innerViewsTable: usize, pub lazyArrayBuffersTable: usize, pub objectMetadataTable: usize, pub crossCompartmentWrappersTable: usize, pub regexpCompartment: usize, pub savedStacksSet: usize, pub nonSyntacticLexicalScopesTable: usize, pub jitCompartment: usize, pub privateData: usize, pub classInfo: ClassInfo, pub extra: *mut c_void, pub allClasses: u64, pub notableClasses: [u64; 4], pub isTotals: bool, }

Fields

Methods

impl CompartmentStats
[src]

[src]