Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index cb1aca5db7f883b1b193eeca9b3cfadc9a5f6ddc..980dba63717a55a4f417f189c39d6d76d09b910b 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -995,6 +995,11 @@ CaseClause::CaseClause(Isolate* isolate, |
} |
INCREASE_NODE_COUNT(VariableDeclaration) |
+INCREASE_NODE_COUNT(ModuleDeclaration) |
+INCREASE_NODE_COUNT(ModuleLiteral) |
+INCREASE_NODE_COUNT(ModuleVariable) |
+INCREASE_NODE_COUNT(ModulePath) |
+INCREASE_NODE_COUNT(ModuleUrl) |
INCREASE_NODE_COUNT(Block) |
INCREASE_NODE_COUNT(ExpressionStatement) |
INCREASE_NODE_COUNT(EmptyStatement) |