| Index: runtime/bin/builtin.h
|
| ===================================================================
|
| --- runtime/bin/builtin.h (revision 35776)
|
| +++ runtime/bin/builtin.h (working copy)
|
| @@ -43,6 +43,8 @@
|
| // Setup native resolver method built in library specified in 'id'.
|
| static void SetNativeResolver(BuiltinLibraryId id);
|
|
|
| + static Dart_Handle LoadLibrary(Dart_Handle url, BuiltinLibraryId id);
|
| +
|
| // Check if built in library specified in 'id' is already loaded, if not
|
| // load it.
|
| static Dart_Handle LoadAndCheckLibrary(BuiltinLibraryId id);
|
|
|