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

Unified Diff: src/bailout-reason.h

Issue 663683006: Implement ES6 Template Literals (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove TemplateLiteral AST node, do it all in parsing Created 6 years, 1 month 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/bailout-reason.h
diff --git a/src/bailout-reason.h b/src/bailout-reason.h
index 7287d629d2e1bdaf94260f7b5728a1d8bb3b3143..5b43c25fb5cb7115b80d0d0d2cc6fc879c4536b0 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -224,6 +224,7 @@ namespace internal {
V(kSmiSubtractionOverflow, "Smi subtraction overflow") \
V(kStackAccessBelowStackPointer, "Stack access below stack pointer") \
V(kStackFrameTypesMustMatch, "Stack frame types must match") \
+ V(kTemplateLiteral, "Template Literal") \
V(kTheCurrentStackPointerIsBelowCsp, \
"The current stack pointer is below csp") \
V(kTheInstructionShouldBeALui, "The instruction should be a lui") \
« no previous file with comments | « src/ast-value-factory.h ('k') | src/bootstrapper.cc » ('j') | src/harmony-templates.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698