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

Unified Diff: runtime/vm/object.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/vm/intrinsifier_x64.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 973109f1da4916083f03efb8389654c0bc906c5a..e70b8f1da98caa57cf82b7ebb6035f2c724c52fe 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2027,6 +2027,7 @@ class Library : public Object {
static RawLibrary* GetLibrary(intptr_t index);
static bool IsKeyUsed(intptr_t key);
+ static void InitASyncLibrary(Isolate* isolate);
static void InitCoreLibrary(Isolate* isolate);
static void InitCollectionLibrary(Isolate* isolate);
static void InitMathLibrary(Isolate* isolate);
@@ -2035,6 +2036,7 @@ class Library : public Object {
static void InitScalarlistLibrary(Isolate* isolate);
static void InitNativeWrappersLibrary(Isolate* isolate);
+ static RawLibrary* ASyncLibrary();
static RawLibrary* CoreLibrary();
static RawLibrary* CollectionLibrary();
static RawLibrary* MathLibrary();
« no previous file with comments | « runtime/vm/intrinsifier_x64.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698