Home
last modified time | relevance | path

Searched defs:thisObjHandle (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp483 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Concat() local
587 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, GetThis(argv)); in CopyWithin() local
731 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local
809 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Fill() local
936 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Filter() local
999 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Find() local
1061 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in FindIndex() local
1132 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local
1227 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in IndexOfSlowPath() local
1294 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Join() local
[all …]
Dbuiltins_shared_array.cpp406 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Concat() local
543 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisObjVal); in Fill() local
693 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Filter() local
764 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Find() local
831 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in FindIndex() local
906 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local
970 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in IndexOfSlowPath() local
1085 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Map() local
1181 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Pop() local
1190 JSHandle<JSObject> &thisObjHandle) in PopInner()
[all …]
Dbuiltins_typedarray.cpp501 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); in Reduce() local
1100 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ReduceRight() local
1123 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Reverse() local
1566 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Some() local
1589 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Sort() local
1812 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local
2028 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ToReversed() local
Dbuiltins_shared_typedarray.cpp477 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 = JSTaggedValue::ToObject(thread, thisHandle); in Sort() local
1703 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local
Dbuiltins_object.cpp1136 JSHandle<JSObject> thisObjHandle = JSHandle<JSObject>::Cast(thisHandle); in CreateDataPropertyOnObjectFunctions() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp35 JSHandle<JSObject> thisObjHandle(receiver); in Push() local
57 JSHandle<JSObject> thisObjHandle(receiver); in Push() local
136 … JSThread *thread, uint32_t &start, JSHandle<JSObject> &thisObjHandle, in HandleArray()
155 JSTaggedValue JSStableArray::UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len, in UpdateArrayCapacity()
219 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local
268 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local
367 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local
395 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local
664 …gedValue JSStableArray::HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindIndexOfStable()
708 …alue JSStableArray::HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastIndexOfStable()
[all …]
Djs_array.cpp638 void JSArray::SortElementsByObject(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, in SortElementsByObject()
Dobject_factory.cpp2675 JSHandle<JSObject> ObjectFactory::NewAndCopyJSArrayObject(JSHandle<JSObject> thisObjHandle, uint32_… in NewAndCopyJSArrayObject()
2695 JSHandle<TaggedArray> ObjectFactory::NewAndCopyTaggedArrayByObject(JSHandle<JSObject> thisObjHandle in NewAndCopyTaggedArrayByObject()
2716 …ntTaggedArray> ObjectFactory::NewAndCopyMutantTaggedArrayByObject(JSHandle<JSObject> thisObjHandle, in NewAndCopyMutantTaggedArrayByObject()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_stable_array_test.cpp163 JSHandle<JSObject> thisObjHandle(handleArr); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3641 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in RuntimeArraySort() local