mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:42:43 +00:00 
			
		
		
		
	|  2cf8649d0e 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 | ||