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

Unified Diff: src/builtins/builtins-definitions.h

Issue 2958973003: Add exception prediction for ArrayForEachLoopLazyDeoptContinuation (Closed)
Patch Set: Renamed test per feedback Created 3 years, 6 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 | « no previous file | test/debugger/regress/regress-6526.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins-definitions.h
diff --git a/src/builtins/builtins-definitions.h b/src/builtins/builtins-definitions.h
index 3e41fa6ea940a511baae5d9c6fb3fffd78afeb32..3da91055b3e105b8fe92244922b2514c879012b3 100644
--- a/src/builtins/builtins-definitions.h
+++ b/src/builtins/builtins-definitions.h
@@ -1108,6 +1108,7 @@ namespace internal {
// The exception thrown in the following builtins are not caught
// internally and should trigger the catch prediction heuristic.
#define BUILTIN_EXCEPTION_UNCAUGHT_PREDICTION_LIST(V) \
+ V(ArrayForEachLoopLazyDeoptContinuation) \
V(MapConstructor) \
V(SetConstructor) \
V(GeneratorPrototypeNext) \
« no previous file with comments | « no previous file | test/debugger/regress/regress-6526.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698