Function mozjs::jsapi::IsGCPoisoning

source ·
pub unsafe extern "C" fn IsGCPoisoning() -> i32
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 $JSGC_EXTRA_POISONING environment variable.