Function mozjs_sys::jsapi::JS::IterateRealmsInCompartment
source ยท pub unsafe extern "C" fn IterateRealmsInCompartment(
cx: *mut JSContext,
compartment: *mut Compartment,
data: *mut c_void,
realmCallback: IterateRealmCallback,
)
Expand description
Like IterateRealms, but only iterates realms in |compartment|.