Home | History | Annotate | Download | only in src

Lines Matching refs:kFirstCapture

3613       start = Smi::cast(elements->get(RegExpImpl::kFirstCapture))->value();
3614 end = Smi::cast(elements->get(RegExpImpl::kFirstCapture + 1))->value();