Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string_iterator.cpp64 uint32_t resultSize = 1; in NextInternal() local
91 resultSize = 2; // 2: 2 means that two bytes represent a character string in NextInternal()
94 // 12. Let resultSize be the number of code units in resultString. in NextInternal()
95 // 13. Set the value of the [[StringIteratorNextIndex]] internal slot of O to position+ resultSize. in NextInternal()
96 thisValue.GetObject<JSStringIterator>()->SetStringIteratorNextIndex(position + resultSize); in NextInternal()

Completed in 1 milliseconds