Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1116 int peekIndex = nextDollarIndex + 1; in GetSubstitution() local
1117 if (peekIndex >= replaceLength) { in GetSubstitution()
1126 uint16_t peek = EcmaStringAccessor(replacementFlat).Get(peekIndex); in GetSubstitution()
1130 continueFromIndex = peekIndex + 1; in GetSubstitution()
1137 continueFromIndex = peekIndex + 1; in GetSubstitution()
1147 continueFromIndex = peekIndex + 1; in GetSubstitution()
1160 continueFromIndex = peekIndex + 1; in GetSubstitution()
1177 if (peekIndex + 1 < replaceLength) { in GetSubstitution()
1178 uint16_t nextPeek = EcmaStringAccessor(replacementFlat).Get(peekIndex + 1); in GetSubstitution()
1191 continueFromIndex = peekIndex; in GetSubstitution()
[all …]