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

Unified Diff: src/compiler/code-generator.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/code-generator.h
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index feb9419e7cd4c550d652ea4893e16d193db0b2c7..d7fad787eb43ebe1ff688bd5b6811202cd734a24 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -250,7 +250,7 @@ class CodeGenerator final : public GapResolver::Assembler {
};
struct HandlerInfo {
- bool caught_locally;
+ HandlerTable::CatchPrediction catch_prediction;
Label* handler;
int pc_offset;
};

Powered by Google App Engine
This is Rietveld 408576698