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

Unified Diff: runtime/vm/object.h

Issue 12318031: Move json, uri, utf and crypto libraries into the VM. (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
« no previous file with comments | « runtime/vm/bootstrap_nocorelib.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
===================================================================
--- runtime/vm/object.h (revision 18864)
+++ runtime/vm/object.h (working copy)
@@ -2117,21 +2117,29 @@
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 InitIsolateLibrary(Isolate* isolate);
static void InitMirrorsLibrary(Isolate* isolate);
+ static void InitNativeWrappersLibrary(Isolate* isolate);
static void InitScalarlistLibrary(Isolate* isolate);
- static void InitNativeWrappersLibrary(Isolate* isolate);
+ static void InitUriLibrary(Isolate* isolate);
+ static void InitUtfLibrary(Isolate* isolate);
static RawLibrary* ASyncLibrary();
static RawLibrary* CoreLibrary();
static RawLibrary* CollectionLibrary();
static RawLibrary* CollectionDevLibrary();
+ static RawLibrary* CryptoLibrary();
+ static RawLibrary* IsolateLibrary();
+ static RawLibrary* JsonLibrary();
static RawLibrary* MathLibrary();
- static RawLibrary* IsolateLibrary();
static RawLibrary* MirrorsLibrary();
+ static RawLibrary* NativeWrappersLibrary();
static RawLibrary* ScalarlistLibrary();
- static RawLibrary* NativeWrappersLibrary();
+ static RawLibrary* UriLibrary();
+ static RawLibrary* UtfLibrary();
// Eagerly compile all classes and functions in the library.
static RawError* CompileAll();
« no previous file with comments | « runtime/vm/bootstrap_nocorelib.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698