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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to