Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp195 // Let nextSeg be ToString(Get(raw, nextKey)). in Raw()
199 EcmaString *nextSeg = *JSTaggedValue::ToString(thread, elementString); in Raw() local
201 u16str += EcmaStringAccessor(nextSeg).ToU16String(); in Raw()
202 if (EcmaStringAccessor(nextSeg).IsUtf16()) { in Raw()

Completed in 5 milliseconds