Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxLength

306   static const int kMaxLength = 0x3fffffff;
308 ASSERT(kMaxLength == i::ExternalArray::kMaxLength);
310 if (raw_value > static_cast<int32_t>(kMaxLength)) {