Searched defs:newLength (Results 1 – 9 of 9) sorted by relevance
80 static inline bool ShouldTrim(JSThread *thread, uint32_t oldLength, uint32_t newLength) in ShouldTrim()
162 void TaggedArray::Trim(JSThread *thread, uint32_t newLength) in Trim()
225 int newLength = length - (toIndex - startIndex); in RemoveByRange() local289 int newLength = endIndex - fromIndex; in SubArrayList() local
33 uint32_t newLength = argc + oldLength; in Push() local
278 uint32_t newLength = old->GetLength(); in CloneProperties() local343 uint32_t newLength = old->GetLength(); in CloneProperties() local1582 uint32_t newLength = end - start; in CopyPartArray() local1605 … [[maybe_unused]] uint32_t oldLength, uint32_t newLength, in CopyArray()1648 int newLength = old->GetLength(); in CopyLayoutInfo() local
35 uint32_t newLength = length1 + length2; in Concat() local
405 uint32_t newLength = bigintLength; in BitwiseAddOne() local
282 int32_t newLength = 0; in CreateFromArrayBuffer() local
1354 double newLength = (endIndex - beginIndex) > 0 ? (endIndex - beginIndex) : 0; in Subarray() local