| 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") \
|
|
|