Lines Matching refs:arrayLength
1534 uint32_t arrayLength = 0; in CreateArrayThisStringAndSeperatorStringAreNotEmpty() local
1540 ++arrayLength; in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1541 if (arrayLength == lim) { in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1548 arrayLength = lim > posArrLength ? posArrLength + 1 : posArrLength; in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
1549 return JSArray::ArrayCreateWithInit(thread, arrayLength, in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
2155 uint32_t arrayLength = cacheArray->GetLength(); in FindCachedResult() local
2158 arrayLength, arrayLength); in FindCachedResult()
2169 uint32_t arrayLength = resultArray->GetLength(); in SetCachedResult() local
2171 JSHandle<TaggedArray> newElements(factory->NewTaggedArray(arrayLength)); in SetCachedResult()
2172 for (uint32_t i = 0; i < arrayLength; i++) { in SetCachedResult()
2223 uint32_t arrayLength = resultArray->GetLength(); in SetCachedResult() local
2225 JSHandle<TaggedArray> newElements(factory->NewCOWTaggedArray(arrayLength)); in SetCachedResult()
2226 for (uint32_t i = 0; i < arrayLength; i++) { in SetCachedResult()