• Home
  • Raw
  • Download

Lines Matching refs:ArrayHelper

43 using ArrayHelper = base::ArrayHelper;  typedef
275 int64_t len = ArrayHelper::GetArrayLength(thread, arrayLike); in From()
461 bool isSpreadable = ArrayHelper::IsConcatSpreadable(thread, ele); in Concat()
468 int64_t len = ArrayHelper::GetArrayLength(thread, ele); in Concat()
538 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in CopyWithin()
681 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in Every()
780 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Fill()
898 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in Filter()
960 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Find()
1022 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetLength(thread, thisObjVal)); in FindIndex()
1092 uint64_t len = static_cast<uint64_t>(ArrayHelper::GetArrayLength(thread, thisObjVal)); in ForEach()
1157 fromIndex = ArrayHelper::GetStartIndex(thread, fromIndexHandle, length); in IndexOfStable()
1182 int64_t length = ArrayHelper::GetLength(thread, thisObjVal); in IndexOfSlowPath()
1190 int64_t fromIndex = ArrayHelper::GetStartIndexFromArgs(thread, argv, 1, length); in IndexOfSlowPath()
1207 bool found = ArrayHelper::ElementIsStrictEqualTo(thread, thisObjVal, keyHandle, target); in IndexOfSlowPath()
1257 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Join()
1359 fromIndex = ArrayHelper::GetLastStartIndex(thread, fromIndexHandle, length); in LastIndexOfStable()
1384 int64_t length = ArrayHelper::GetLength(thread, thisObjVal); in LastIndexOfSlowPath()
1392 int64_t fromIndex = ArrayHelper::GetLastStartIndexFromArgs(thread, argv, 1, length); in LastIndexOfSlowPath()
1408 bool found = ArrayHelper::ElementIsStrictEqualTo(thread, thisObjVal, keyHandle, target); in LastIndexOfSlowPath()
1449 int64_t rawLen = ArrayHelper::GetArrayLength(thread, thisObjVal); in Map()
1538 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Pop()
1596 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Push()
1679 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Reduce()
1754 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ReduceRight()
1976 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Shift()
2061 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Slice()
2184 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Some()
2282 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Splice()
2498 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ToLocaleString()
2627 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in Unshift()
2797 int64_t sourceLen = ArrayHelper::GetLength(thread, thisObjVal); in Flat()
2823 ArrayHelper::FlattenIntoArray(thread, newArrayHandle, thisObjVal, args, in Flat()
2847 int64_t sourceLen = ArrayHelper::GetLength(thread, thisObjVal); in FlatMap()
2863 ArrayHelper::FlattenIntoArray(thread, newArrayHandle, thisObjVal, args, in FlatMap()
2887 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in Includes()
2959 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in At()
3006 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in With()
3082 int64_t len = ArrayHelper::GetArrayLength(thread, JSHandle<JSTaggedValue>(thisObjHandle)); in ToSorted()
3096ArrayHelper::SortIndexedProperties(thread, JSHandle<JSTaggedValue>::Cast(thisObjHandle), len, call… in ToSorted()
3131 int64_t len = ArrayHelper::GetArrayLength(thread, thisObjVal); in ToSpliced()
3260 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in FindLast()
3322 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in FindLastIndex()
3393 int64_t len = ArrayHelper::GetLength(thread, thisObjVal); in ToReversed()