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

Unified Diff: runtime/vm/bootstrap.h

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index 2668b610e35ea70e6097156aba1398470d6b1b57..55097321e7c8503f45c52382d6923a54b1f79e3f 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -17,6 +17,7 @@ class Script;
class Bootstrap : public AllStatic {
public:
+ static RawScript* LoadASyncScript(bool patch);
static RawScript* LoadCoreScript(bool patch);
static RawScript* LoadCollectionScript(bool patch);
static RawScript* LoadMathScript(bool patch);
@@ -29,6 +30,8 @@ class Bootstrap : public AllStatic {
private:
static RawScript* LoadScript(const char* url, const char* source, bool patch);
+ static const char async_source_[];
+ static const char async_patch_[];
static const char corelib_source_[];
static const char corelib_patch_[];
static const char collection_source_[];
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698