Home
last modified time | relevance | path

Searched refs:subject_pos (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Druntime.cc3860 int subject_pos = 0; in StringReplaceGlobalAtomRegExpWithString() local
3875 if (subject_pos < indices.at(i)) { in StringReplaceGlobalAtomRegExpWithString()
3878 subject_pos, in StringReplaceGlobalAtomRegExpWithString()
3880 result_pos += indices.at(i) - subject_pos; in StringReplaceGlobalAtomRegExpWithString()
3892 subject_pos = indices.at(i) + pattern_len; in StringReplaceGlobalAtomRegExpWithString()
3895 if (subject_pos < subject_len) { in StringReplaceGlobalAtomRegExpWithString()
3898 subject_pos, in StringReplaceGlobalAtomRegExpWithString()