Home | History | Annotate | Download | only in cctest

Lines Matching refs:kMaxLength

932   static const int kMaxLength = 20;
933 CHECK_GT(kMaxLength, i::ConsString::kMinLength);
937 v8::Array::New(CcTest::isolate(), kMaxLength + 1);
939 v8::Array::New(CcTest::isolate(), kMaxLength + 1);
942 for (int i = 0; i <= kMaxLength; i++) {
983 v8::Integer::New(CcTest::isolate(), kMaxLength))
1478 STATIC_ASSERT(String::kMaxLength < kMaxInt); \
1479 static const int invalid = String::kMaxLength + 1; \