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

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

Issue 938443002: [es6] implement spread calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add construct support, clean out some gunk Created 5 years, 10 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/ast-value-factory.h
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
index 294a2818590d6486e3e4c0a4d197ea5d57d3d27b..1136971eadbd671e2148c86c65649b0b6dad75cd 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -259,6 +259,8 @@ class AstValue : public ZoneObject {
F(next, "next") \
F(proto, "__proto__") \
F(prototype, "prototype") \
+ F(spread_call, "SpreadCall") \
+ F(spread_call_new, "SpreadCallNew") \
F(this, "this") \
F(use_asm, "use asm") \
F(use_strong, "use strong") \
« no previous file with comments | « src/ast-numbering.cc ('k') | src/bootstrapper.cc » ('j') | src/compiler/ast-graph-builder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698