Index: src/ast-value-factory.h |
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h |
index dd079d3ebd89217cf8188a02fc5b811378cc8b31..e88819c2fe581b712325986c7ac96be9f6f5f655 100644 |
--- a/src/ast-value-factory.h |
+++ b/src/ast-value-factory.h |
@@ -259,6 +259,7 @@ class AstValue : public ZoneObject { |
F(prototype, "prototype") \ |
F(this, "this") \ |
F(use_asm, "use asm") \ |
+ F(use_strong, "use strong") \ |
F(use_strict, "use strict") \ |
F(value, "value") |