Searched refs:new_to (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Djsregexp.cc4418 int new_to = Max(to_replace.to(), to); local
4419 list->at(start_pos) = CharacterRange(new_from, new_to);
4426 int new_to = Max(list->at(end_pos - 1).to(), to); local
4430 list->at(start_pos) = CharacterRange(new_from, new_to);

Completed in 71 milliseconds