mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 04:45:08 +00:00
![]() We can't assume that property names can be converted to strings anymore, as we have symbols. Use name.to_value() instead. This makes something like this possible: new Proxy(Object, { get(t, p) { return t[p] } })[Symbol.hasInstance] |
||
---|---|---|
.. | ||
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 |