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

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: Update status file. Created 8 years, 3 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 9e03df006f0934a20a27c60fe7a13106eacccced..efae2c4c751ff9db3ec201ba3fbd2b07c53cf029 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -27,10 +27,11 @@
#source('code_buffer.dart');
#source('compile_time_constants.dart');
#source('compiler.dart');
+#source('constant_system_dart.dart');
+#source('constant_system_javascript.dart');
#source('diagnostic_listener.dart');
#source('enqueue.dart');
#source('namer.dart');
-#source('operations.dart');
#source('resolved_visitor.dart');
#source('resolver.dart');
#source('script.dart');

Powered by Google App Engine
This is Rietveld 408576698