Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 3ed0a705eeab31a2d3a76894bafbbffea7b1ce64..d85489f0f4514b858ba5c5875ec8361f37e779b1 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -1626,6 +1626,9 @@ class FixedArray: public Array { |
| inline void set_null(int index); |
| inline void set_the_hole(int index); |
| + // Gives access to raw memory which stores the array's data. |
| + inline Object** data_start(); |
| + |
| // Copy operations. |
| inline Object* Copy(); |
| Object* CopySize(int new_length); |