| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_object.cpp | 1136 JSHandle<JSObject> thisObjHandle = JSHandle<JSObject>::Cast(thisHandle); in CreateDataPropertyOnObjectFunctions() local
|
| H A D | builtins_shared_array.cpp | 406 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Concat() local 580 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 633 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Some() local 717 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisObjVal); Fill() local 867 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Filter() local 938 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Find() local 1005 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); FindIndex() local 1080 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ForEach() local 1144 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); IndexOfSlowPath() local 1259 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Map() local 1355 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Pop() local 1363 PopInner(EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSObject> &thisObjHandle) PopInner() argument 1438 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Push() local 1528 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Reduce() local 1607 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Shift() local 1701 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Slice() local 1835 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Sort() local 1864 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Splice() local 2080 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ToString() local 2128 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Unshift() local 2310 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Includes() local 2392 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); At() local 2446 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ShrinkTo() local 2485 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ExtendTo() local 2525 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); LastIndexOfSlowPath() local [all...] |
| H A D | builtins_shared_typedarray.cpp | 477 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 680 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local 995 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Reverse() local 1468 JSHandle<JSObject> thisObjHandle in Sort() local 1703 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); At() local [all...] |
| H A D | builtins_array.cpp | 487 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Concat() local 591 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, GetThis(argv)); in CopyWithin() local 735 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 813 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Fill() local 940 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Filter() local 1003 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Find() local 1065 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); FindIndex() local 1136 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ForEach() local 1231 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); IndexOfSlowPath() local 1306 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Join() local 1439 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); LastIndexOfSlowPath() local 1503 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Map() local 1597 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Pop() local 1653 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Push() local 1742 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Reduce() local 1761 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ReduceInner() local 1829 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ReduceRight() local 1851 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ReduceRightInner() local 1959 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Reverse() local 2075 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Shift() local 2164 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Slice() local 2287 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Some() local 2373 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Sort() local 2397 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Splice() local 2606 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ToLocaleString() local 2700 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ToString() local 2740 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Unshift() local 2847 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Flat() local 2899 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); FlatMap() local 2936 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Includes() local 3010 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); At() local 3059 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); With() local 3136 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ToSorted() local 3184 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ToSpliced() local 3312 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); FindLast() local 3385 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); FindLastIndex() local 3456 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ToReversed() local [all...] |
| H A D | builtins_typedarray.cpp | 501 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 565 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Fill() local 772 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local 1076 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Reduce() local 1100 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ReduceRight() local 1123 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Reverse() local 1625 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); Sort() local 1848 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); At() local 2064 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); ToReversed() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.cpp | 674 void JSArray::SortElementsByObject(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, in SortElementsByObject() argument
|
| H A D | js_stable_array.cpp | 155 JSTaggedValue JSStableArray::UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_ argument 135 HandleArray(JSHandle<JSObject> &newArrayHandle, uint32_t &actualDeleteCount, JSThread *thread, uint32_t &start, JSHandle<JSObject> &thisObjHandle, JSHandle<JSTaggedValue> &holeHandle) HandleArray() argument 580 HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) HandleFindIndexOfStable() argument 624 HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, int64_t &k) HandleFindLastIndexOfStable() argument 667 HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) HandleEveryOfStable() argument 712 HandleSomeOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) HandleSomeOfStable() argument 757 HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, JSHandle<JSTaggedValue> callbackFnHandle, JSHandle<JSTaggedValue> thisArgHandle, uint32_t len, uint32_t &k) HandleforEachOfStable() argument [all...] |
| H A D | object_factory.cpp | 2662 JSHandle<JSObject> ObjectFactory::NewAndCopyJSArrayObject(JSHandle<JSObject> thisObjHandle, uint32_t newLength, in NewAndCopyJSArrayObject() argument 2682 JSHandle<TaggedArray> ObjectFactory::NewAndCopyTaggedArrayByObject(JSHandle<JSObject> thisObjHandle, uint32_t newLength, in NewAndCopyTaggedArrayByObject() argument 2703 JSHandle<MutantTaggedArray> ObjectFactory::NewAndCopyMutantTaggedArrayByObject(JSHandle<JSObject> thisObjHandle, in NewAndCopyMutantTaggedArrayByObject() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3662 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in RuntimeArraySort() local
|