Function mozjs::jsapi::SkipZoneForGC
source ยท pub unsafe extern "C" fn SkipZoneForGC(
cx: *mut JSContext,
zone: *mut Zone,
)
Expand description
Undoes the effect of the Prepare methods above. The given zone will not be collected in the next GC.