Re: [JS-internals] Revisiting the removal of __noSuchMethod__

2013-09-11 Thread Kannan Vijayan
On 13-09-10 6:08 PM, Bobby Holley wrote: On Tue, Sep 10, 2013 at 2:25 PM, Kannan Vijayan kvija...@mozilla.com wrote: I think in addition to those steps, we could also change the semantics of __noSuchMethod__ such that it only gets called for lookups of non-existant properties, as opposed to all

Re: [JS-internals] Revisiting the removal of __noSuchMethod__

2013-09-11 Thread Mike Shaver
On Wed, Sep 11, 2013 at 2:37 AM, Kannan Vijayan kvija...@mozilla.comwrote: That behavioural change would make it pretty painless for the JITs. I'll start working on a patch for that. How would we communicate it and what sort of lead time would we want between communicating our intent and