pub unsafe extern "C" fn DisableIncrementalGC(cx: *mut JSContext)
Expand description

Incremental GC defaults to enabled, but may be disabled for testing or in embeddings that have not yet implemented barriers on their native classes. There is not currently a way to re-enable incremental GC once it has been disabled on the runtime.