Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 7237d20abc0d90e1f55ad9814011426afd5fd713..325575047a1c5d5708f155ff45ed473b8a8d9167 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2940,6 +2940,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, |