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

Unified Diff: lib/compiler/implementation/leg.dart

Issue 10332315: Add a draft of traversing visitor which will analyse function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Another iteration Created 8 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 | « lib/compiler/implementation/dart_backend/dart_backend.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index 1a1a978939b53c1650a8010275a246edc43b4418..9deb56d2b45d04271d8b45dc6156f8a7292bed14 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -7,6 +7,7 @@
#import('dart:uri');
#import('colors.dart');
+#import('dart_backend/dart_backend.dart');
ahe 2012/06/04 10:38:42 I think you need to add a prefix. It is correct th
Anton Muhin 2012/06/05 09:50:03 Done.
#import('elements/elements.dart');
#import('native_handler.dart', prefix: 'native');
#import('scanner/scanner_implementation.dart');
« no previous file with comments | « lib/compiler/implementation/dart_backend/dart_backend.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698