Function mozjs::jsapi::JS_free

source ·
pub unsafe extern "C" fn JS_free(cx: *mut JSContext, p: *mut c_void)
Expand description

A wrapper for |js_free(p)| that may delay |js_free(p)| invocation as a performance optimization. |cx| may be nullptr.