Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc12003 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution() local
12004 if (new_scaled_index < captures_length) { in GetSubstitution()
12005 scaled_index = new_scaled_index; in GetSubstitution()