Function mozjs_sys::jsapi::JS::IsIncrementalGCInProgress
source ยท pub unsafe extern "C" fn IsIncrementalGCInProgress(
cx: *mut JSContext,
) -> bool
Expand description
Returns true while an incremental GC is ongoing, both when actively collecting and between slices.