Lines Matching refs:match
87 int32_t* match);
379 int match_from, int match_to, int32_t* match) {
395 int from = match[capture * 2];
396 int to = match[capture * 2 + 1];
601 // Replace match.
664 // from. Global regexps can match any number of times, so we guess
1069 Handle<String> match, int match_position,
1073 match_(match),
1164 // separate last match info. See comment on that function.
1235 // Two smis before and after the match, for very long strings.
1251 Handle<String> match;
1253 match = isolate->factory()->NewProperSubString(subject, match_start,
1256 match =
1262 // Arguments array to replace function is match, captures, index and
1275 elements->set(cursor++, *match);
1304 builder.Add(*match);
1312 // Finished matching, with at least one match.
1322 // Store the last successful match into the array for caching.
1548 // Compute the parameter list consisting of the match, captures, index,
1552 // The number of captures plus one for the match.
1866 Handle<String> match;
1867 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match,
1870 if (match->length() == 0) {
1897 Handle<String> match;
1898 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match,
1901 const int match_length = match->length();
1971 VectorBackedMatch m(isolate, string, match, position,