Lines Matching refs:match_indices
616 int32_t match_indices[] = {indices->back(), indices->back() + pattern_len};
617 RegExp::SetLastMatchInfo(isolate, last_match_info, subject, 0, match_indices);
1393 auto match_indices = Handle<RegExpMatchInfo>::cast(match_indices_obj);
1395 const int start_index = match_indices->Capture(0);
1396 const int end_index = match_indices->Capture(1);
1406 MatchInfoBackedMatch m(isolate, regexp, string, match_indices);
1535 Handle<RegExpMatchInfo> match_indices =
1538 const int index = match_indices->Capture(0);
1539 const int end_of_match = match_indices->Capture(1);
1553 const int m = match_indices->NumberOfCaptureRegisters() / 2;
1578 RegExpUtils::GenericCaptureGetter(isolate, match_indices, j, &ok);