Chromium Code Reviews| Index: vm/object.h |
| =================================================================== |
| --- vm/object.h (revision 15918) |
| +++ vm/object.h (working copy) |
| @@ -210,6 +210,8 @@ |
| return VMHandles::IsZoneHandle(reinterpret_cast<uword>(this)); |
| } |
| + bool IsPredefinedHandle() const; |
| + |
| static RawObject* Clone(const Object& src, Heap::Space space = Heap::kNew); |
| static Object& Handle(Isolate* isolate, RawObject* raw_ptr) { |