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

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

Issue 10825386: Use JavaScript runtime semantics when constant folding. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove top-level constanst. Created 8 years, 4 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/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index 7b805b4cf78505ed8149e78517d1db6e6029cad3..cd63ca01bf3a6c3a1114d01c3964fe849417a515 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -30,6 +30,7 @@
#source('enqueue.dart');
#source('namer.dart');
#source('operations.dart');
+#source('javascript_operations.dart');
#source('resolved_visitor.dart');
#source('resolver.dart');
#source('script.dart');

Powered by Google App Engine
This is Rietveld 408576698