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

Unified Diff: src/deoptimize-reason.h

Issue 2803853005: Inline Array.prototype.forEach in TurboFan (Closed)
Patch Set: Remove stray changes 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
Index: src/deoptimize-reason.h
diff --git a/src/deoptimize-reason.h b/src/deoptimize-reason.h
index e4d783c22793da75a10325f33c78666470dc1f45..ddb848fdf97bb7ac3249b554582a844a26b8c3fb 100644
--- a/src/deoptimize-reason.h
+++ b/src/deoptimize-reason.h
@@ -14,6 +14,7 @@ namespace internal {
V(AccessCheck, "Access check needed") \
V(NoReason, "no reason") \
V(ConstantGlobalVariableAssignment, "Constant global variable assignment") \
+ V(ContinueToBuiltin, "continue to builtin") \
V(ConversionOverflow, "conversion overflow") \
V(DivisionByZero, "division by zero") \
V(ExpectedHeapNumber, "Expected heap number") \

Powered by Google App Engine
This is Rietveld 408576698