Comment #7 on issue 1543 by [email protected]: Implement Proxy proposal
http://code.google.com/p/v8/issues/detail?id=1543
Update: the implementation is feature-complete (and the above issue fixed).
The only known issues at the moment are:
1. Using `new' with a function proxy that does not have an explicit
construct trap sometimes sets the wrong prototype.
2. A function proxy with a construct trap returning a non-object will no
longer return the right result when frozen.
3. In some cases, the call trap of a function proxy will receive the global
object even though the trap is a strict-mode function.
If you observe other issues, please report them here.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev