JS_NewProxy

Function JS_NewProxy 

Source
pub unsafe extern "C" fn JS_NewProxy(
    ctx: *mut JSContext,
    target: JSValue,
    handler: JSValue,
) -> JSValue