Lines Matching defs:position
746 int position = 0;
754 String::WriteToFlat(*subject, answer->GetChars(no_gc) + position, prev,
756 position += start - prev;
770 String::WriteToFlat(*subject, answer->GetChars(no_gc) + position, prev,
772 position += subject_length - prev;
775 if (position == 0) return ReadOnlyRoots(isolate).empty_string();
778 int string_size = ResultSeqString::SizeFor(position);
782 answer->set_length(position);
1910 const uint32_t position =
1951 argv[cursor++] = handle(Smi::FromInt(position), isolate);
1971 VectorBackedMatch m(isolate, string, match, position,
1977 if (position >= next_source_position) {
1979 factory->NewSubString(string, next_source_position, position));
1982 next_source_position = position + match_length;