Function mozjs_sys::jsapi::JS::SetScriptPrivateReferenceHooks
source ยท pub unsafe extern "C" fn SetScriptPrivateReferenceHooks(
rt: *mut JSRuntime,
addRefHook: ScriptPrivateReferenceHook,
releaseHook: ScriptPrivateReferenceHook,
)
Expand description
Set the script private finalize hook for the runtime to the given function.