Function mozjs::glue::NewProxyObject

source ·
pub unsafe extern "C" fn NewProxyObject(
    aCx: *mut JSContext,
    aHandler: *const c_void,
    aPriv: Handle<Value>,
    proto: *mut JSObject,
    aClass: *const JSClass,
    aLazyProto: bool
) -> *mut JSObject