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

Unified Diff: src/ast-value-factory.h

Issue 663683006: Implement ES6 Template Literals (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Implement tagged template literals 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-numbering.cc ('k') | src/bailout-reason.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-value-factory.h
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
index 774e5343de5993d4332807f1a76ee3f14f8cd028..6c32cf99637c7050de4e769cdf3cb10e2dcff096 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -266,7 +266,8 @@ class AstValue : public ZoneObject {
F(this, "this") \
F(use_asm, "use asm") \
F(use_strict, "use strict") \
- F(value, "value")
+ F(value, "value") \
+ F(GetTemplateCallSite, "GetTemplateCallSite")
#define OTHER_CONSTANTS(F) \
F(true_value) \
« no previous file with comments | « src/ast-numbering.cc ('k') | src/bailout-reason.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698