Lines Matching refs:ArrayHelper
28 using ArrayHelper = base::ArrayHelper; typedef
245 int64_t len = ArrayHelper::GetArrayLength(thread, arrayLike); in From()
265 len = ArrayHelper::GetArrayLength(thread, arrayLike); in From()
325 int64_t len = ArrayHelper::GetArrayLength(thread, arrayLike); in From()
513 bool isSpreadable = ArrayHelper::IsConcatSpreadable(thread, ele); in Concat()
520 int64_t len = ArrayHelper::GetArrayLength(thread, ele); in Concat()
593 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in CopyWithin()
737 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in Every()
831 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Fill()
942 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in Filter()
1005 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Find()
1067 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetLength(thread, thisObjVal)); in FindIndex()
1138 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in ForEach()
1204 fromIndex = ArrayHelper::GetStartIndex(thread, fromIndexHandle, length); in IndexOfStable()
1232 int64_t length = ArrayHelper::GetLength(thread, thisObjVal); in IndexOfSlowPath()
1240 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IndexOfSlowPath()
1257 bool found = ArrayHelper::ElementIsStrictEqualTo(thread, thisObjVal, keyHandle, target); in IndexOfSlowPath()
1299 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Join()
1413 fromIndex = ArrayHelper::GetLastStartIndex(thread, fromIndexHandle, length); in LastIndexOfStable()
1438 int64_t length = ArrayHelper::GetLength(thread, thisObjVal); in LastIndexOfSlowPath()
1446 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); in LastIndexOfSlowPath()
1462 bool found = ArrayHelper::ElementIsStrictEqualTo(thread, thisObjVal, keyHandle, target); in LastIndexOfSlowPath()
1503 int64_t rawLen = ArrayHelper::GetArrayLength(thread, thisObjVal); in Map()
1601 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Pop()
1659 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Push()
1742 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Reduce()
1829 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in ReduceRight()
2078 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Shift()
2164 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Slice()
2287 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Some()
2338 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Splice()
2554 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ToLocaleString()
2682 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Unshift()
2790 int64_t sourceLen = ArrayHelper::GetLength(thread, thisObjVal); in Flat()
2816 ArrayHelper::FlattenIntoArray(thread, newArrayHandle, thisObjVal, args, in Flat()
2840 int64_t sourceLen = ArrayHelper::GetLength(thread, thisObjVal); in FlatMap()
2856 ArrayHelper::FlattenIntoArray(thread, newArrayHandle, thisObjVal, args, in FlatMap()
2880 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Includes()
2952 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in At()
2999 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in With()
3076 int64_t len = ArrayHelper::GetArrayLength(thread, JSHandle<JSTaggedValue>(thisObjHandle)); in ToSorted()
3090 …ArrayHelper::SortIndexedProperties(thread, JSHandle<JSTaggedValue>::Cast(thisObjHandle), len, call… in ToSorted()
3125 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in ToSpliced()
3254 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in FindLast()
3327 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in FindLastIndex()
3398 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ToReversed()