Function js::jsapi::JS_free [] [src]

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

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