Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1757 std::vector<int32_t> posArray; in CreateArrayThisStringAndSeperatorStringAreNotEmpty() local
1761 posArray.emplace_back(pos); in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1770 uint32_t posArrLength = posArray.size(); in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1773 [thread, ecmaVm, &thisString, &seperatorString, &posArray, thisLength, seperatorLength, lim, posArrLength] in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1779 pos = posArray[i]; in CreateArrayThisStringAndSeperatorStringAreNotEmpty()

Completed in 6 milliseconds