Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index 9425d6a248918cfb30c0a04345569c8f370bc8c4..bcad44166e457f3d90279a78968325c7c68cf3d8 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -1005,6 +1005,8 @@ CaseClause::CaseClause(Isolate* isolate, |
INCREASE_NODE_COUNT(VariableDeclaration) |
INCREASE_NODE_COUNT(FunctionDeclaration) |
INCREASE_NODE_COUNT(ModuleDeclaration) |
+INCREASE_NODE_COUNT(ImportDeclaration) |
+INCREASE_NODE_COUNT(ExportDeclaration) |
INCREASE_NODE_COUNT(ModuleLiteral) |
INCREASE_NODE_COUNT(ModuleVariable) |
INCREASE_NODE_COUNT(ModulePath) |