Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.cc1353 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution() local
1354 if (new_scaled_index < captures_length) { in GetSubstitution()
1355 scaled_index = new_scaled_index; in GetSubstitution()