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

Unified Diff: src/compiler/ast-graph-builder.h

Issue 2161263003: [debug] use catch prediction flag for promise rejections. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
Index: src/compiler/ast-graph-builder.h
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
index 501267c2c9432f5b8bbb2cad00873ec6bfaaff28..84f3fb684763f12a0dbb827dc9abf7744fa89b9b 100644
--- a/src/compiler/ast-graph-builder.h
+++ b/src/compiler/ast-graph-builder.h
@@ -102,7 +102,7 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> {
int try_nesting_level_;
// Tracks the prediction of the innermost try-block.
- bool try_catch_prediction_;
+ HandlerTable::CatchPrediction try_catch_prediction_;
// Temporary storage for building node input lists.
int input_buffer_size_;

Powered by Google App Engine
This is Rietveld 408576698