Searched refs:kIrregexpCaptureCountIndex (Results 1 – 5 of 5) sorted by relevance
774 CHECK(arr->get(JSRegExp::kIrregexpCaptureCountIndex)->IsSmi()); in JSRegExpVerify()
7803 static const int kIrregexpCaptureCountIndex = kDataIndex + 5; variable7805 static const int kIrregexpDataSize = kIrregexpCaptureCountIndex + 1;7815 FixedArray::kHeaderSize + kIrregexpCaptureCountIndex * kPointerSize;
2371 store->set(JSRegExp::kIrregexpCaptureCountIndex, in SetRegExpIrregexpData()
471 return Smi::cast(re->get(JSRegExp::kIrregexpCaptureCountIndex))->value(); in IrregexpNumberOfCaptures()
6281 return Smi::cast(DataAt(kIrregexpCaptureCountIndex))->value(); in CaptureCount()