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

Unified Diff: vm/object.h

Issue 8537023: Implement automatic loading of dart:core_native_fields library (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years, 1 month 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: vm/object.h
===================================================================
--- vm/object.h (revision 1545)
+++ vm/object.h (working copy)
@@ -1556,6 +1556,8 @@
static void InitCoreLibrary(Isolate* isolate);
static RawLibrary* CoreLibrary();
static RawLibrary* CoreImplLibrary();
+ static void InitNativeFieldsLibrary(Isolate* isolate);
+ static RawLibrary* NativeFieldsLibrary();
// Eagerly compile all classes and functions in the library.
static void CompileAll();

Powered by Google App Engine
This is Rietveld 408576698