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) \ |