Function js::jsapi::JS_freeop [] [src]

pub unsafe extern "C" fn JS_freeop(fop: *mut JSFreeOp, p: *mut c_void)

A wrapper for js_free(p) that may delay js_free(p) invocation as a performance optimization as specified by the given JSFreeOp instance.