Home | History | Annotate | Download | only in src

Lines Matching refs:kLastCaptureCount

132   static const int kLastCaptureCount = 0;
140 FixedArray::kHeaderSize + kLastCaptureCount * kPointerSize;
154 array->set(kLastCaptureCount, Smi::FromInt(to));
170 return Smi::cast(array->get(kLastCaptureCount))->value();