https://chromiumcodereview.appspot.com/306463002/diff/60001/src/isolate.cc
File src/isolate.cc (left):

https://chromiumcodereview.appspot.com/306463002/diff/60001/src/isolate.cc#oldcode1157
src/isolate.cc:1157: if
(!is_catchable_by_javascript(pending_exception())) {
Looking at this once again I think this check is still needed.

Unfortunately you will probably need to extract another function. :(

https://chromiumcodereview.appspot.com/306463002/diff/60001/src/isolate.h
File src/isolate.h (right):

https://chromiumcodereview.appspot.com/306463002/diff/60001/src/isolate.h#newcode608
src/isolate.h:608: bool HasExternalTryCatch();
I think these two could be made private.
yangguo@, mstarzinger@ WDYT?

https://chromiumcodereview.appspot.com/306463002/

--
--
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.

Reply via email to