| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 5107)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -1808,9 +1808,11 @@
|
|
|
| static void InitCoreLibrary(Isolate* isolate);
|
| static void InitIsolateLibrary(Isolate* isolate);
|
| + static void InitMirrorsLibrary(Isolate* isolate);
|
| static RawLibrary* CoreLibrary();
|
| static RawLibrary* CoreImplLibrary();
|
| static RawLibrary* IsolateLibrary();
|
| + static RawLibrary* MirrorsLibrary();
|
| static void InitNativeWrappersLibrary(Isolate* isolate);
|
| static RawLibrary* NativeWrappersLibrary();
|
|
|
|
|