Comment #24 on issue 264 by wattie: Allow __noSuchMethod__ implementations http://code.google.com/p/v8/issues/detail?id=264
I'm not sure why this request has been dumped and considered to have been made redundant by Proxy. __noSuchMethod__ is usable in places when it is not possible to use a Proxy wrapper object, and it's much simpler to use at that. I would think implementing both is the way to go.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
