Function mozjs_sys::jsapi::js::NewProxyObject

source ยท
pub unsafe extern "C" fn NewProxyObject(
    cx: *mut JSContext,
    handler: *const BaseProxyHandler,
    priv_: HandleValue,
    proto: *mut JSObject,
    options: *const ProxyOptions,
) -> *mut JSObject