| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index fdc60676cf4d92fb05c69c3f248d1eecb418ae60..5ae29becc33b4b27a78db2f0a0079653524e1724 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1576,6 +1576,7 @@ class Object : public MaybeObject {
|
|
|
| // Return the object's prototype (might be Heap::null_value()).
|
| Object* GetPrototype(Isolate* isolate);
|
| + static Handle<Object> GetPrototype(Isolate* isolate, Handle<Object> object);
|
| Map* GetMarkerMap(Isolate* isolate);
|
|
|
| // Returns the permanent hash code associated with this object. May return
|
|
|