Home | History | Annotate | Download | only in src

Lines Matching refs:kLastCaptureCount

181   static const int kLastCaptureCount = 0;
189 FixedArray::kHeaderSize + kLastCaptureCount * kPointerSize;
203 array->set(kLastCaptureCount, Smi::FromInt(to));
219 return Smi::cast(array->get(kLastCaptureCount))->value();