| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index b368a4afee28cd50e4ab41a5c9b4d9cb0873cabf..a854afdaa32f60537b10e3ea7528cbc38e7da8b9 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1669,6 +1669,9 @@ class HeapObject: public Object {
|
| // information.
|
| inline Map* map() const;
|
| inline void set_map(Map* value);
|
| +
|
| + inline HeapObject** map_slot();
|
| +
|
| // The no-write-barrier version. This is OK if the object is white and in
|
| // new space, or if the value is an immortal immutable object, like the maps
|
| // of primitive (non-JS) objects like strings, heap numbers etc.
|
|
|