Lines Matching refs:ArrayHelper
40 using ArrayHelper = base::ArrayHelper; typedef
259 int64_t len = ArrayHelper::GetArrayLength(thread, arrayLike); in From()
428 uint32_t arrLen = ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat()
431 uint32_t argLen = ArrayHelper::GetArrayLength(thread, argHandle); in Concat()
454 bool isSpreadable = ArrayHelper::IsConcatSpreadable(thread, ele); in Concat()
461 int64_t len = ArrayHelper::GetArrayLength(thread, ele); in Concat()
531 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in CopyWithin()
674 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in Every()
762 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Fill()
851 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in Filter()
940 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Find()
1002 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetLength(thread, thisObjVal)); in FindIndex()
1071 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in ForEach()
1144 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in IndexOf()
1234 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Join()
1330 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in LastIndexOf()
1404 int64_t rawLen = ArrayHelper::GetArrayLength(thread, thisObjVal); in Map()
1492 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Pop()
1550 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Push()
1603 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Reduce()
1713 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ReduceRight()
1816 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Reverse()
1924 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Shift()
2009 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Slice()
2149 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Some()
2221 int64_t len = ArrayHelper::GetArrayLength(thread, JSHandle<JSTaggedValue>(thisObjHandle)); in Sort()
2239 …double compareResult = ArrayHelper::SortCompare(thread, callbackFnHandle, middleValue, presentValu… in Sort()
2282 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Splice()
2492 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ToLocaleString()
2617 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Unshift()
2769 int64_t sourceLen = ArrayHelper::GetLength(thread, thisObjVal); in Flat()
2794 ArrayHelper::FlattenIntoArray(thread, newArrayHandle, thisObjVal, args, in Flat()
2817 int64_t sourceLen = ArrayHelper::GetLength(thread, thisObjVal); in FlatMap()
2833 ArrayHelper::FlattenIntoArray(thread, newArrayHandle, thisObjVal, args, in FlatMap()
2857 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Includes()
2929 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in At()
2976 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in With()
3052 int64_t len = ArrayHelper::GetArrayLength(thread, JSHandle<JSTaggedValue>(thisObjHandle)); in ToSorted()
3065 …JSTaggedValue sortedList = ArrayHelper::SortIndexedProperties(thread, thisObjHandle, len, callback… in ToSorted()
3101 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in ToSpliced()
3230 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in FindLast()
3292 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in FindLastIndex()
3362 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ToReversed()