Function mozjs_sys::jsapi::js::IterateGrayObjects

source ยท
pub unsafe extern "C" fn IterateGrayObjects(
    zone: *mut Zone,
    cellCallback: IterateGCThingCallback,
    data: *mut c_void,
)
Expand description

Invoke cellCallback on every gray JSObject in the given zone.