On 2014/06/02 09:19:55, vsevik wrote:
https://chromiumcodereview.appspot.com/306463002/diff/20001/src/isolate.cc
File src/isolate.cc (right):
https://chromiumcodereview.appspot.com/306463002/diff/20001/src/isolate.cc#newcode1730
src/isolate.cc:1730: bool has_externaly_caught = HasExternallyCaught();
has_external_try_catch
Done.
https://chromiumcodereview.appspot.com/306463002/diff/20001/src/isolate.cc#newcode1733
src/isolate.cc:1733: bool next_externaly_caught = has_externaly_caught &&
!is_finally_on_top;
should_propagate_now
Done.
https://chromiumcodereview.appspot.com/306463002/diff/20001/src/isolate.cc#newcode1736
src/isolate.cc:1736: if (!has_externaly_caught) return true;
if (!should_propagate_now) return !has_external_try_catch;
Done.
https://chromiumcodereview.appspot.com/306463002/diff/20001/src/isolate.h
File src/isolate.h (right):
https://chromiumcodereview.appspot.com/306463002/diff/20001/src/isolate.h#newcode1183
src/isolate.h:1183: // If there is no external try-catch or message
successfully
propogate,
or message was successfully propagated
Done.
https://codereview.chromium.org/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.