Index: src/ast/ast-value-factory.h |
diff --git a/src/ast/ast-value-factory.h b/src/ast/ast-value-factory.h |
index b8fc2a7f5f2e9ffe524930d97dec4010be9cd98d..8c1f31858f5aeb535ff4219946625e7e879a095f 100644 |
--- a/src/ast/ast-value-factory.h |
+++ b/src/ast/ast-value-factory.h |
@@ -302,6 +302,7 @@ class AstValue : public ZoneObject { |
F(native, "native") \ |
F(new_target, ".new.target") \ |
F(next, "next") \ |
+ F(number_sign, "#") \ |
F(proto, "__proto__") \ |
F(prototype, "prototype") \ |
F(return, "return") \ |