Home | History | Annotate | Download | only in src

Lines Matching full:match_info

2553         FixedArray* match_info = FixedArray::cast(last_match_info->elements());
2554 int from = RegExpImpl::GetCapture(match_info, capture * 2);
2555 int to = RegExpImpl::GetCapture(match_info, capture * 2 + 1);