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

Unified Diff: lib/compiler/implementation/ssa/closure.dart

Issue 9958009: Implement cascaded calls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update tests. Fix scanner. Created 8 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
Index: lib/compiler/implementation/ssa/closure.dart
diff --git a/lib/compiler/implementation/ssa/closure.dart b/lib/compiler/implementation/ssa/closure.dart
index ab2d6a48c541bdbf94572232acce6b9d99a23635..5a167cfa18c27dec2ec804425e11a5482528e0c1 100644
--- a/lib/compiler/implementation/ssa/closure.dart
+++ b/lib/compiler/implementation/ssa/closure.dart
@@ -195,6 +195,7 @@ class ClosureTranslator extends AbstractVisitor {
scopeVariables.add(element);
}
Lasse Reichstein Nielsen 2012/04/10 12:31:28 Oops, bad edit.
+
visit(Node node) => node.accept(this);
visitNode(Node node) => node.visitChildren(this);

Powered by Google App Engine
This is Rietveld 408576698