Home | History | Annotate | Download | only in src

Lines Matching defs:match

3418              int32_t* match);
3649 int32_t* match) {
3666 int from = match[capture * 2];
3667 int to = match[capture * 2 + 1];
3883 // Replace match.
3951 // from. Global regexps can match any number of times, so we guess
3959 // string and possibly suffix after last match. It is possible for
4215 // Perform string match of pattern on subject, starting at start index.
4477 int32_t* match = global_cache.FetchNext();
4478 if (match == NULL) break;
4479 offsets.Add(match[0], zone_scope.zone()); // start
4480 offsets.Add(match[1], zone_scope.zone()); // end
4486 // Not a single match.
4515 // separate last match info. See comment on that function.
4572 // Two smis before and after the match, for very long strings.
4589 Handle<String> match;
4591 match = isolate->factory()->NewProperSubString(subject,
4595 match = isolate->factory()->NewSubString(subject,
4602 // Arguments array to replace function is match, captures, index and
4607 elements->set(0, *match);
4625 builder.Add(*match);
4633 // Finished matching, with at least one match.
4665 match info, so we don't need to
4666 // set any other last match array info.
8896 // match. Fix heuristics for reenabling optimizations!
12863 // If the number doesn't match an enum value, the ChangeBreakOnException