Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc11948 int next_dollar_ix = in GetSubstitution() local
11950 if (next_dollar_ix < 0) { in GetSubstitution()
11956 if (next_dollar_ix > 0) { in GetSubstitution()
11957 builder.AppendString(factory->NewSubString(replacement, 0, next_dollar_ix)); in GetSubstitution()
11961 const int peek_ix = next_dollar_ix + 1; in GetSubstitution()
12076 next_dollar_ix = in GetSubstitution()
12081 if (next_dollar_ix < 0) { in GetSubstitution()
12090 if (next_dollar_ix > continue_from_ix) { in GetSubstitution()
12092 factory->NewSubString(replacement, continue_from_ix, next_dollar_ix)); in GetSubstitution()