pub unsafe extern "C" fn IsGCPoisoning() -> bool
Expand description
Whether we are poisoning unused/released data for error detection. Governed by the JS_GC_ALLOW_EXTRA_POISONING #ifdef as well as the javascript.options.extra_gc_poisoning pref.
pub unsafe extern "C" fn IsGCPoisoning() -> bool
Whether we are poisoning unused/released data for error detection. Governed by the JS_GC_ALLOW_EXTRA_POISONING #ifdef as well as the javascript.options.extra_gc_poisoning pref.