Comment #4 on issue 633 by doug.holton: Implement harmony proxies
http://code.google.com/p/v8/issues/detail?id=633

This is a very critical feature for metaprogramming/metaclasses, as is often seen in ruby (method_missing) and python.

I'm currently using __noSuchMethod__ which is supported in Firefox
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/NoSuchMethod

but this is not supported in v8/chrome

Here's the bug report for mozilla (tracemonkey) about implementing harmony proxies, too (it was implemented last May):
https://bugzilla.mozilla.org/show_bug.cgi?id=546590
and a test suite:
http://es-lab.googlecode.com/svn/trunk/tests/harmony/TestCases/


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

Reply via email to