| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 2881ec8fe41ca3d686a6ef86f2c4e84f22990b1b..dbee6f3b3b160a78ca439c702faa75f5ad3cc03c 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2488,6 +2488,7 @@ class FixedDoubleArray: public FixedArrayBase {
|
|
|
| // Casting.
|
| static inline FixedDoubleArray* cast(Object* obj);
|
| + static inline FixedDoubleArray* castOrEmptyFixedArray(Object* obj);
|
|
|
| // Maximal allowed size, in bytes, of a single FixedDoubleArray.
|
| // Prevents overflowing size computations, as well as extreme memory
|
|
|