Function JS_RemoveExtraGCRootsTracer

Source
pub unsafe extern "C" fn JS_RemoveExtraGCRootsTracer(
    cx: *mut JSContext,
    traceOp: Option<unsafe extern "C" fn(*mut JSTracer, *mut c_void)>,
    data: *mut c_void,
)
Expand description

Undo a call to JS_AddExtraGCRootsTracer.