Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: src/ast/ast-literal-reindexer.cc

Issue 2108193003: [modules] AST and parser rework. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@anonymous-declarations
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/ast/ast-literal-reindexer.cc
diff --git a/src/ast/ast-literal-reindexer.cc b/src/ast/ast-literal-reindexer.cc
index a0ceee5b3589e0cc14d070fa897705abb0e67d19..7179e9e55627e4713c96ca3a355bd9fa7b2c552f 100644
--- a/src/ast/ast-literal-reindexer.cc
+++ b/src/ast/ast-literal-reindexer.cc
@@ -78,11 +78,6 @@ void AstLiteralReindexer::VisitRewritableExpression(
}
-void AstLiteralReindexer::VisitImportDeclaration(ImportDeclaration* node) {
- VisitVariableProxy(node->proxy());
-}
-
-
void AstLiteralReindexer::VisitExpressionStatement(ExpressionStatement* node) {
Visit(node->expression());
}
« no previous file with comments | « src/ast/ast-expression-rewriter.cc ('k') | src/ast/ast-numbering.cc » ('j') | src/ast/modules.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698