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

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

Issue 1151503002: [destructuring] Implement spread binding patterns. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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 19a13ceacc9dcfe9251a249ac82f0c68b376ff0e..0eed292d2c17edbdacef598d65855e3f5a6ab3cd 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -264,6 +264,7 @@ class AstValue : public ZoneObject {
F(reflect_construct, "$reflectConstruct") \
F(spread_arguments, "$spreadArguments") \
F(spread_iterable, "$spreadIterable") \
+ F(spread_into_array, "$spreadIntoArray") \
F(this, "this") \
F(throw_iterator_result_not_an_object, "ThrowIteratorResultNotAnObject") \
F(to_string, "$toString") \

Powered by Google App Engine
This is Rietveld 408576698