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

Unified Diff: runtime/vm/bootstrap.h

Issue 9420038: Heartbeat implementation of dart:mirrors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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/bootstrap.h
===================================================================
--- runtime/vm/bootstrap.h (revision 4295)
+++ runtime/vm/bootstrap.h (working copy)
@@ -21,10 +21,12 @@
static RawScript* LoadImplScript();
static RawError* Compile(const Library& library, const Script& script);
static void SetupNativeResolver();
+ static RawError* InitAdditionalLibraries();
private:
static const char corelib_source_[];
static const char corelib_impl_source_[];
+ static const char mirrors_source_[];
};
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698