Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 1416) |
| +++ src/objects.h (working copy) |
| @@ -1433,6 +1433,7 @@ |
| static const uint32_t kMaxGap = 1024; |
| static const int kMaxFastElementsLength = 5000; |
| + static const int kInitialMaxFastElementArray = 100000; |
| static const int kMaxFastProperties = 8; |
| static const int kMaxInstanceSize = 255 * kPointerSize; |
| // When extending the backing storage for property values, we increase |