Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 8073) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -238,6 +238,7 @@ |
| RawArray* GetInstanceFields(const Instance& obj); |
| RawArray* GetStaticFields(const Class& cls); |
| + RawArray* GetLibraryFields(const Library& lib); |
| intptr_t CacheObject(const Object& obj); |
| RawObject* GetCachedObject(intptr_t obj_id); |