| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 85cae02da4b0231dba2f9074abc800319c44058a..2081e0a3cea811cfde52f6895e75db7e5df0ee0b 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2980,6 +2980,9 @@ class FixedArray: public FixedArrayBase {
|
| // Gives access to raw memory which stores the array's data.
|
| inline Object** data_start();
|
|
|
| + // Shrink length and insert filler objects.
|
| + void Shrink(int length);
|
| +
|
| // Copy operations.
|
| MUST_USE_RESULT inline MaybeObject* Copy();
|
| MUST_USE_RESULT MaybeObject* CopySize(int new_length,
|
|
|