| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 85627b7178b551a339c1e83ecce39906897785fc..6fe18fa54d2d686afe68162114a7ae7ed0369fc9 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1494,6 +1494,7 @@ class Object : public MaybeObject {
|
|
|
| // Return the object's prototype (might be Heap::null_value()).
|
| Object* GetPrototype(Isolate* isolate);
|
| + Map* GetMarkerMap(Isolate* isolate);
|
|
|
| // Returns the permanent hash code associated with this object. May return
|
| // undefined if not yet created.
|
|
|