| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 486 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Concat() local 599 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, GetThis(argv)); in CopyWithin() local 743 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 821 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Fill() local 952 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Filter() local 1015 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Find() local 1077 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in FindIndex() local 1148 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local 1243 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in IndexOfSlowPath() local 1319 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Join() local [all …]
|
| D | builtins_typedarray.cpp | 500 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 564 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Fill() local 771 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local 1075 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Reduce() local 1099 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ReduceRight() local 1122 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Reverse() local 1624 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Sort() local 1847 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local 2063 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ToReversed() local
|
| D | builtins_shared_array.cpp | 207 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, items); in FromSharedArray() local 719 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisObjVal); in CheckElementMeetReq() local 873 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisObjVal); in FilterArray() local 1026 …alue BuiltinsSharedArray::GetElementByKey(JSThread *thread, JSHandle<JSObject>& thisObjHandle, uin… in GetElementByKey() 1183 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in IndexOfSlowPath() local 1418 JSHandle<JSObject> &thisObjHandle) in PopInner() 1484 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Push() local 1530 …JSHandle<JSObject> &thisObjHandle, int64_t k, int64_t len, JSMutableHandle<JSTaggedValue> &accumul… in ReduceUnStableJSArray() 1998 JSHandle<JSObject> thisObjHandle(thread, JSObject::Cast(thisHandle.GetTaggedValue())); in ToLocaleStringInternalHandle() local 2291 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local [all …]
|
| D | builtins_shared_typedarray.cpp | 476 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 679 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local 1022 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Reverse() local 1495 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Sort() local 1730 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local
|
| D | builtins_object.cpp | 1136 JSHandle<JSObject> thisObjHandle = JSHandle<JSObject>::Cast(thisHandle); in CreateDataPropertyOnObjectFunctions() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 35 JSHandle<JSObject> thisObjHandle(receiver); in Push() local 56 JSHandle<JSObject> thisObjHandle(receiver); in Push() local 134 … JSThread *thread, uint32_t &start, JSHandle<JSObject> &thisObjHandle, in HandleArray() 153 JSTaggedValue JSStableArray::UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len, in UpdateArrayCapacity() 218 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local 267 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local 367 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local 395 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local 774 …gedValue JSStableArray::HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindIndexOfStable() 818 …alue JSStableArray::HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastIndexOfStable() [all …]
|
| D | js_array.cpp | 849 void JSArray::SortElementsByObject(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, in SortElementsByObject() 884 void JSArray::CheckStableArrayAndSet(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, uin… in CheckStableArrayAndSet() 896 …dValue JSArray::CheckStableArrayAndGet(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, … in CheckStableArrayAndGet()
|
| D | object_factory.cpp | 2870 JSHandle<JSObject> ObjectFactory::NewAndCopyJSArrayObject(JSHandle<JSObject> thisObjHandle, uint32_… in NewAndCopyJSArrayObject() 2890 JSHandle<TaggedArray> ObjectFactory::NewAndCopyTaggedArrayByObject(JSHandle<JSObject> thisObjHandle… in NewAndCopyTaggedArrayByObject() 2911 …ntTaggedArray> ObjectFactory::NewAndCopyMutantTaggedArrayByObject(JSHandle<JSObject> thisObjHandle, in NewAndCopyMutantTaggedArrayByObject()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_stable_array_test.cpp | 174 JSHandle<JSObject> thisObjHandle(handleArr); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3640 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in RuntimeArraySort() local
|