Lines Matching defs:from
122 static inline ReplacementPart ReplacementSubString(int from, int to) {
123 DCHECK_LE(0, from);
124 DCHECK_GT(to, from);
125 return ReplacementPart(-from, to);
129 // the replacement pattern, otherwise it's a value from PartType.
361 int from = -tag;
364 isolate->factory()->NewSubString(replacement, from, to));
395 int from = match[capture * 2];
397 if (from >= 0 && to > from) {
398 builder->AddSubjectSlice(from, to);
529 // Same size as smallest zone segment, preserving behavior from the
664 // from. Global regexps can match any number of times, so we guess
1163 // Only called from Runtime_RegExpExecMultiple so it doesn't need to maintain
1177 // matches one at a time, so it's easier to tier-up to native code from the
1230 // Position to search from.
1426 // matches one at a time, so it's easier to tier-up to native code from the