[v8-dev] Re: Execute accessor for the debugged property if it's a native function

2009-05-25 Thread Søren Gjesse
LGTM On Mon, May 25, 2009 at 16:55, wrote: > On 2009/05/25 14:13:43, Søren Gjesse wrote: > >> LGTM >> > > How about adding a test where the accessor throws an exception? >> > > On top of this we also needs to handle interceptors. They are used in >> > various > >> places in the binding layer,

[v8-dev] Re: Execute accessor for the debugged property if it's a native function

2009-05-25 Thread yurys
On 2009/05/25 14:13:43, Søren Gjesse wrote: > LGTM > How about adding a test where the accessor throws an exception? > On top of this we also needs to handle interceptors. They are used in various > places in the binding layer, where the properties on an object are dynamic, e.g. > frames and form

[v8-dev] Re: Execute accessor for the debugged property if it's a native function

2009-05-25 Thread sgjesse
LGTM How about adding a test where the accessor throws an exception? On top of this we also needs to handle interceptors. They are used in various places in the binding layer, where the properties on an object are dynamic, e.g. frames and forms are available on the windows object as properties n