Comment #5 on issue 633 by Bradley.Meck: Implement harmony proxies
http://code.google.com/p/v8/issues/detail?id=633

the __noSuchMethod__, while desirable, seems to be more a convenience than a required feature. Proxies can emulate it, but at a costly wrapping if you use it very often. Usually it is much less costly in these languages to check if the property exists before executing the possibly non-existent function.

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

Reply via email to