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

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: rebase + clang-format Created 5 years, 8 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 b34a55b2a69a55d91a99b6c3cd44b38608cda232..b5b5bd6983fc993c29171265269930bb0e28fbd6 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -259,6 +259,10 @@ class AstValue : public ZoneObject {
F(next, "next") \
F(proto, "__proto__") \
F(prototype, "prototype") \
+ F(reflect_apply, "ReflectApply") \
+ F(reflect_construct, "ReflectConstruct") \
+ F(spread_arguments, "SpreadArguments") \
+ F(spread_iterable, "SpreadIterable") \
F(this, "this") \
F(throw_iterator_result_not_an_object, "ThrowIteratorResultNotAnObject") \
F(to_string, "ToString") \
« no previous file with comments | « src/ast-numbering.cc ('k') | src/bootstrapper.cc » ('j') | test/js-perf-test/JSTests.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698