Index: src/ast-value-factory.h |
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h |
index e70271f96ed3f76c5e5dbb7f241846ddff66cb76..4711bb4a22efd88aa4bbe5de39b03d415cb69833 100644 |
--- a/src/ast-value-factory.h |
+++ b/src/ast-value-factory.h |
@@ -260,6 +260,7 @@ class AstValue : public ZoneObject { |
F(proto, "__proto__") \ |
F(prototype, "prototype") \ |
F(this, "this") \ |
+ F(use_asm, "use asm") \ |
F(use_strict, "use strict") \ |
F(value, "value") |