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

Unified Diff: runtime/vm/object.h

Issue 12321082: - Properly load the core libraries as libraries and not as scripts. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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/object.h
===================================================================
--- runtime/vm/object.h (revision 19011)
+++ runtime/vm/object.h (working copy)
@@ -2113,21 +2113,10 @@
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 InitCollectionDevLibrary(Isolate* isolate);
- static void InitCryptoLibrary(Isolate* isolate);
- static void InitIsolateLibrary(Isolate* isolate);
- static void InitJsonLibrary(Isolate* isolate);
- static void InitMathLibrary(Isolate* isolate);
- static void InitMirrorsLibrary(Isolate* isolate);
static void InitNativeWrappersLibrary(Isolate* isolate);
- static void InitScalarlistLibrary(Isolate* isolate);
- static void InitUriLibrary(Isolate* isolate);
- static void InitUtfLibrary(Isolate* isolate);
- static RawLibrary* ASyncLibrary();
+ static RawLibrary* AsyncLibrary();
static RawLibrary* CoreLibrary();
static RawLibrary* CollectionLibrary();
static RawLibrary* CollectionDevLibrary();
@@ -2165,6 +2154,8 @@
RawObject* LookupEntry(const String& name, intptr_t *index) const;
FINAL_HEAP_OBJECT_IMPLEMENTATION(Library, Object);
+
+ friend class Object;
friend class Class;
friend class Debugger;
friend class DictionaryIterator;
« no previous file with comments | « runtime/vm/bootstrap_nocorelib.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698