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

Unified Diff: src/typing-asm.cc

Issue 2081733004: Rip out most of our outdated modules implementation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 6 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
« no previous file with comments | « src/runtime/runtime-scopes.cc ('k') | src/wasm/asm-wasm-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typing-asm.cc
diff --git a/src/typing-asm.cc b/src/typing-asm.cc
index 2390e7e7b12a824229e8d68768896c35791836d4..438a2402169d150f0e576dc833c206e230408b59 100644
--- a/src/typing-asm.cc
+++ b/src/typing-asm.cc
@@ -1407,11 +1407,6 @@ void AsmTyper::VisitImportDeclaration(ImportDeclaration* decl) {
}
-void AsmTyper::VisitExportDeclaration(ExportDeclaration* decl) {
- FAIL(decl, "export declaration encountered");
-}
-
-
void AsmTyper::VisitClassLiteral(ClassLiteral* expr) {
FAIL(expr, "class literal not allowed");
}
« no previous file with comments | « src/runtime/runtime-scopes.cc ('k') | src/wasm/asm-wasm-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698