Comment #10 on issue 1543 by [email protected]: Implement Proxy proposal
http://code.google.com/p/v8/issues/detail?id=1543
I think I may have encountered a bug regarding to the proxy implementation.
Please see the attached script. For some reason, the following code does
not work properly:
var key = "foo";
proxy["foo"] = "bar"; // triggers the `set` function on the proxy
proxy[ key ] = "bar"; // does _not_ trigger the `set` function on the
proxy (bug?)
Attachments:
proxytest.js 408 bytes
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev