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

Unified Diff: src/crankshaft/typing.cc

Issue 2703563002: [ESNext] Implement DynamicImportCall (Closed)
Patch Set: rebase Created 3 years, 8 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/crankshaft/hydrogen.cc ('k') | src/d8.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/typing.cc
diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
index fd9ea2115a78da4455683be15d0ca237de10ad0e..c82a3ca637a37821f8b8554429b8c0ba95dd10b0 100644
--- a/src/crankshaft/typing.cc
+++ b/src/crankshaft/typing.cc
@@ -756,6 +756,10 @@ void AstTyper::VisitEmptyParentheses(EmptyParentheses* expr) {
void AstTyper::VisitGetIterator(GetIterator* expr) { UNREACHABLE(); }
+void AstTyper::VisitImportCallExpression(ImportCallExpression* expr) {
+ UNREACHABLE();
+}
+
void AstTyper::VisitThisFunction(ThisFunction* expr) {}
« no previous file with comments | « src/crankshaft/hydrogen.cc ('k') | src/d8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698