Status: New Owner: ---- New issue 264 by dachev: Allow __noSuchMethod__ implementations http://code.google.com/p/v8/issues/detail?id=264
While catchall methods are not part of the current ECMAScript standard it would be extremely beneficial to end users. There is a considerable amount of excitement in the JS community about this feature but most can not wait until (maybe) ES4. Instead of directly exposing it, the API can provide a mechanism for library users to implement it in their own applications. Perhaps we can have an ObjectTemplate::SetMethodMissingHandler which is later checked in CallIC::LoadFunction before it bails out? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
