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

Unified Diff: frog/evaluator.dart

Issue 8591033: Support globals in frog isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years, 1 month 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: frog/evaluator.dart
diff --git a/frog/evaluator.dart b/frog/evaluator.dart
index 098540f55937e53c61fc76134a49a80de2e8e0c6..6c4c2fdc44bee4461ccf84445fd53ea9399dc6ed 100644
--- a/frog/evaluator.dart
+++ b/frog/evaluator.dart
@@ -27,6 +27,7 @@ class Evaluator {
_markAllUsed(world.corelib);
world.gen.writeTypes(world.coreimpl);
world.gen.writeTypes(world.corelib);
+ world.gen.writeGlobals();
// Set these here so that we can compile the corelib without its errors
// killing us

Powered by Google App Engine
This is Rietveld 408576698