Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(948)

Unified Diff: src/isolate.h

Issue 2146493002: Move catch prediction into frontend. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable test on Turbofan Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interpreter/control-flow-builders.cc ('k') | test/mjsunit/debug-exceptions.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 74ec944c194da43429a9e7d7df30b0a98ee8bf29..0bea2544fa1b3dcf49c93ebbbbb16e06c6f03e44 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -734,8 +734,7 @@ class Isolate {
// Tries to predict whether an exception will be caught. Note that this can
// only produce an estimate, because it is undecidable whether a finally
- // clause will consume or re-throw an exception. We conservatively assume any
- // finally clause will behave as if the exception were consumed.
+ // clause will consume or re-throw an exception.
enum CatchType { NOT_CAUGHT, CAUGHT_BY_JAVASCRIPT, CAUGHT_BY_EXTERNAL };
CatchType PredictExceptionCatcher();
« no previous file with comments | « src/interpreter/control-flow-builders.cc ('k') | test/mjsunit/debug-exceptions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698