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

Unified Diff: runtime/vm/object_store.h

Issue 2786083002: Read platform.dill in the VM. (Closed)
Patch Set: Allow main to be a field or getter. Created 3 years, 9 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: runtime/vm/object_store.h
diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h
index c303c6c91836a1d8c3bd45ae6dd0ea402331a639..526d586bc23dd1b690a7e8fc9115e866f0f02597 100644
--- a/runtime/vm/object_store.h
+++ b/runtime/vm/object_store.h
@@ -290,6 +290,7 @@ class ObjectStore {
}
}
+ RawLibrary* builtin_library() const { return builtin_library_; }
void set_builtin_library(const Library& value) {
builtin_library_ = value.raw();
}

Powered by Google App Engine
This is Rietveld 408576698