Function mozjs::jsapi::AddSizeOfTab
source ยท pub unsafe extern "C" fn AddSizeOfTab(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
mallocSizeOf: Option<unsafe extern "C" fn(_: *const c_void) -> usize>,
opv: *mut ObjectPrivateVisitor,
sizes: *mut TabSizes,
) -> bool