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

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: Created 6 years, 2 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 | « src/ast-value-factory.cc ('k') | src/bootstrapper.cc » ('j') | src/scanner.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bailout-reason.h
diff --git a/src/bailout-reason.h b/src/bailout-reason.h
index 7287d629d2e1bdaf94260f7b5728a1d8bb3b3143..47be9c0b5e89f50332be2a35fd9662688fa6c2bf 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -322,7 +322,8 @@ namespace internal {
V(kWrongFunctionContext, "Wrong context passed to function") \
V(kWrongAddressOrValuePassedToRecordWrite, \
"Wrong address or value passed to RecordWrite") \
- V(kYield, "Yield")
+ V(kYield, "Yield") \
+ V(kTemplateLiteral, "Template Literal")
arv (Not doing code reviews) 2014/10/27 18:14:06 Keep in alphabetical order.
caitp (gmail) 2014/10/27 20:22:36 Done.
#define ERROR_MESSAGES_CONSTANTS(C, T) C,
« no previous file with comments | « src/ast-value-factory.cc ('k') | src/bootstrapper.cc » ('j') | src/scanner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698