Function mozjs_sys::jsapi::js::RenewProxyObject

source ยท
pub unsafe extern "C" fn RenewProxyObject(
    cx: *mut JSContext,
    obj: *mut JSObject,
    handler: *mut BaseProxyHandler,
    priv_: *const Value,
) -> *mut JSObject