Home | History | Annotate | Download | only in cctest

Lines Matching refs:kMaxLength

941   static const int kMaxLength = 20;
942 CHECK_GT(kMaxLength, i::ConsString::kMinLength);
946 v8::Array::New(CcTest::isolate(), kMaxLength + 1);
948 v8::Array::New(CcTest::isolate(), kMaxLength + 1);
951 for (int i = 0; i <= kMaxLength; i++) {
981 global->Set(v8_str("max_length"), v8::Integer::New(kMaxLength));