| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 7858)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -1782,10 +1782,12 @@
|
| static bool IsKeyUsed(intptr_t key);
|
|
|
| static void InitCoreLibrary(Isolate* isolate);
|
| + static void InitMathLibrary(Isolate* isolate);
|
| static void InitIsolateLibrary(Isolate* isolate);
|
| static void InitMirrorsLibrary(Isolate* isolate);
|
| static RawLibrary* CoreLibrary();
|
| static RawLibrary* CoreImplLibrary();
|
| + static RawLibrary* MathLibrary();
|
| static RawLibrary* IsolateLibrary();
|
| static RawLibrary* MirrorsLibrary();
|
| static void InitNativeWrappersLibrary(Isolate* isolate);
|
|
|