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

Unified Diff: dart/frog/leg/ssa/closure.dart

Issue 9539009: Generate code that throws an exception on unimplemented features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « dart/frog/leg/ssa/builder.dart ('k') | dart/frog/leg/typechecker.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/ssa/closure.dart
diff --git a/dart/frog/leg/ssa/closure.dart b/dart/frog/leg/ssa/closure.dart
index 92948e50589c0ec56debb87302984e518ba4570c..c0d950d2d1b5a88c7a043b8fa708a2ce33e8eefa 100644
--- a/dart/frog/leg/ssa/closure.dart
+++ b/dart/frog/leg/ssa/closure.dart
@@ -407,4 +407,12 @@ class ClosureTranslator extends AbstractVisitor {
node.visitChildren(this);
inTryCatchOrFinally = false;
}
+
+ visitLiteralMap(LiteralMap node) {
+ // TODO(ahe): Remove this method.
+ }
+
+ visitSwitchStatement(SwitchStatement node) {
+ // TODO(ahe): Remove this method.
+ }
}
« no previous file with comments | « dart/frog/leg/ssa/builder.dart ('k') | dart/frog/leg/typechecker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698