Home
last modified time | relevance | path

Searched defs:newLength (Results 1 – 9 of 9) sorted by relevance

/ark/js_runtime/ecmascript/
Dtagged_array.h80 static inline bool ShouldTrim(JSThread *thread, uint32_t oldLength, uint32_t newLength) in ShouldTrim()
Dtagged_array-inl.h162 void TaggedArray::Trim(JSThread *thread, uint32_t newLength) in Trim()
Djs_api_arraylist.cpp225 int newLength = length - (toIndex - startIndex); in RemoveByRange() local
289 int newLength = endIndex - fromIndex; in SubArrayList() local
Djs_stable_array.cpp33 uint32_t newLength = argc + oldLength; in Push() local
Dobject_factory.cpp278 uint32_t newLength = old->GetLength(); in CloneProperties() local
343 uint32_t newLength = old->GetLength(); in CloneProperties() local
1582 uint32_t newLength = end - start; in CopyPartArray() local
1605 … [[maybe_unused]] uint32_t oldLength, uint32_t newLength, in CopyArray()
1648 int newLength = old->GetLength(); in CopyLayoutInfo() local
Decma_string.cpp35 uint32_t newLength = length1 + length2; in Concat() local
Djs_bigint.cpp405 uint32_t newLength = bigintLength; in BitwiseAddOne() local
/ark/js_runtime/ecmascript/base/
Dtyped_array_helper.cpp282 int32_t newLength = 0; in CreateFromArrayBuffer() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1354 double newLength = (endIndex - beginIndex) > 0 ? (endIndex - beginIndex) : 0; in Subarray() local