Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 25253) |
| +++ runtime/vm/object.h (working copy) |
| @@ -5876,6 +5876,7 @@ |
| StorePointer(&raw_ptr()->referent_, referent.raw()); |
| } |
| + RawField* GetFieldReferent() const; |
| RawFunction* GetFunctionReferent() const; |
| static RawMirrorReference* New(Heap::Space space = Heap::kNew); |