Function js::jsapi::DisableIncrementalGC [] [src]

pub unsafe extern "C" fn DisableIncrementalGC(rt: *mut JSRuntime)

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.