Type Definition js::jsapi::JSFinalizeOp
[−]
[src]
type JSFinalizeOp = Option<unsafe extern "C" fn(fop: *mut JSFreeOp, obj: *mut JSObject)>;
Finalize obj, which the garbage collector has determined to be unreachable from other live objects or from GC roots. Obviously, finalizers must never store a reference to obj.