Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1770 uint32_t posArrLength = posArray.size(); in CreateArrayThisStringAndSeperatorStringAreNotEmpty() local
1771 arrayLength = lim > posArrLength ? posArrLength + 1 : posArrLength; in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1773 [thread, ecmaVm, &thisString, &seperatorString, &posArray, thisLength, seperatorLength, lim, posArrLength] in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1778 for (uint32_t i = 0; i < posArrLength; i++) { in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1785 if (lim > posArrLength) { in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1789 newElements->Set(thread, posArrLength, elementTag); in CreateArrayThisStringAndSeperatorStringAreNotEmpty()

Completed in 5 milliseconds