Thanks. Updating the code to use you new code.
On Fri, Jul 25, 2014 at 2:52 PM, <[email protected]> wrote: > > https://codereview.chromium.org/384963002/diff/200001/src/contexts.cc > File src/contexts.cc (right): > > https://codereview.chromium.org/384963002/diff/200001/src/ > contexts.cc#newcode120 > src/contexts.cc:120: if (isolate->has_pending_exception()) return > Handle<Object>(); > The problem is that it was looking for pending exceptions, but it may > just have been scheduled. Anyway, after my CL that distinction is now > irrelevant, and pending is all you need to care about. > > On 2014/07/25 15:33:26, arv wrote: > >> Exception is handled here. >> > > https://codereview.chromium.org/384963002/ > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > ---You received this message because you are subscribed to the Google > Groups "v8-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- erik -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
