Home
last modified time | relevance | path

Searched refs:nextAppend (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1465 EcmaString *nextAppend = EcmaStringAccessor::FastSubString(ecmaVm, replacementFlat, continueFromIndex, in GetSubstitution() local
1467 stringBuilder += EcmaStringAccessor(nextAppend).ToU16String(); in GetSubstitution()
1468 if (EcmaStringAccessor(nextAppend).IsUtf16()) { in GetSubstitution()
1480 EcmaString *nextAppend = EcmaStringAccessor::FastSubString( in GetSubstitution() local
1482 stringBuilder += EcmaStringAccessor(nextAppend).ToU16String(); in GetSubstitution()
1483 if (EcmaStringAccessor(nextAppend).IsUtf16()) { in GetSubstitution()

Completed in 7 milliseconds