Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 455a84c8d0747a098841270b4f7db3f4bfb3bf51..a9b38e68182797ea83825d0e0779441e25b986cb 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -1394,6 +1394,11 @@ void FixedArray::set_the_hole(int index) { |
| } |
| +Object** FixedArray::data_start() { |
| + return HeapObject::RawField(this, kHeaderSize); |
| +} |
| + |
| + |
| bool DescriptorArray::IsEmpty() { |
| ASSERT(this == Heap::empty_descriptor_array() || |
| this->length() > 2); |