Comment #5 on issue 1543 by [email protected]: Implement Proxy proposal
http://code.google.com/p/v8/issues/detail?id=1543

The first implementation is approaching completion. All of the following should now also be working:

- function proxies
- proxies as keys to WeakMaps
- proxies in the prototype chain
- elements (integer-indexed properties)
- descriptor conversion

The main features still missing are for-in loops and the with statement. Also, the API is not proxy aware yet.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to