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(); |