Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 470d8e89aedf2dcb26fdf92ab1cfbd019925a3cb..a371d61d6a41a593b5df4f92b9a095674c919ed2 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -1455,6 +1455,9 @@ class HeapObject: public Object { |
| inline WriteBarrierMode GetWriteBarrierMode( |
| const DisallowHeapAllocation& promise); |
| + // Set the map field of the object to NULL if contains a map. |
| + inline void ClearDeadObject(); |
|
titzer
2013/07/11 08:22:23
I don't think this method should live on the HeapO
Hannes Payer (out of office)
2013/07/11 08:43:10
Done.
|
| + |
| // Dispatched behavior. |
| void HeapObjectShortPrint(StringStream* accumulator); |
| #ifdef OBJECT_PRINT |