Index: src/ast/ast-value-factory.h |
diff --git a/src/ast/ast-value-factory.h b/src/ast/ast-value-factory.h |
index 560c083a24d39cc8cb89513634d4458b9ddb8146..4ae912ea82d5e386a1dbf69a51507a48fc718871 100644 |
--- a/src/ast/ast-value-factory.h |
+++ b/src/ast/ast-value-factory.h |
@@ -255,6 +255,7 @@ class AstValue : public ZoneObject { |
F(dot_catch, ".catch") \ |
F(empty, "") \ |
F(eval, "eval") \ |
+ F(get_space, "get ") \ |
F(let, "let") \ |
F(native, "native") \ |
F(new_target, ".new.target") \ |
@@ -262,6 +263,7 @@ class AstValue : public ZoneObject { |
F(proto, "__proto__") \ |
F(prototype, "prototype") \ |
F(rest_parameter, ".rest_parameter") \ |
+ F(set_space, "set ") \ |
F(this, "this") \ |
F(this_function, ".this_function") \ |
F(undefined, "undefined") \ |