mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 00:15:07 +00:00
![]() If a receiver is given, e.g. via Reflect.get/set(), forward it to the target object's get()/put() or use it as last argument of the trap function. The default value is the Proxy object itself. |
||
---|---|---|
.. | ||
Proxy.handler-apply.js | ||
Proxy.handler-construct.js | ||
Proxy.handler-defineProperty.js | ||
Proxy.handler-deleteProperty.js | ||
Proxy.handler-get.js | ||
Proxy.handler-getOwnPropertyDescriptor.js | ||
Proxy.handler-getPrototypeOf.js | ||
Proxy.handler-has.js | ||
Proxy.handler-isExtensible.js | ||
Proxy.handler-preventExtensions.js | ||
Proxy.handler-set.js | ||
Proxy.handler-setPrototypeOf.js | ||
Proxy.js |