Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.cc1311 const int peek_ix = next_dollar_ix + 1; in GetSubstitution() local
1312 if (peek_ix >= replacement_length) { in GetSubstitution()
1318 const uint16_t peek = replacement->Get(peek_ix); in GetSubstitution()
1322 continue_from_ix = peek_ix + 1; in GetSubstitution()
1326 continue_from_ix = peek_ix + 1; in GetSubstitution()
1330 continue_from_ix = peek_ix + 1; in GetSubstitution()
1334 continue_from_ix = peek_ix + 1; in GetSubstitution()
1350 if (peek_ix + 1 < replacement_length) { in GetSubstitution()
1351 const uint16_t next_peek = replacement->Get(peek_ix + 1); in GetSubstitution()
1363 continue_from_ix = peek_ix; in GetSubstitution()
[all …]