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.