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