Searched defs:thisObjHandle (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 416 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Concat() local 525 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, GetThis(argv)); in CopyWithin() local 668 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 745 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Fill() local 845 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Filter() local 934 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Find() local 996 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in FindIndex() local 1065 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local 1136 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in IndexOf() local 1228 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Join() local [all …]
|
| D | builtins_typedarray.cpp | 492 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Every() local 680 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ForEach() local 1391 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Sort() local 1612 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local 1827 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ToReversed() local
|
| D | builtins_object.cpp | 1025 JSHandle<JSObject> thisObjHandle = JSHandle<JSObject>::Cast(thisHandle); in CreateDataPropertyOnObjectFunctions() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 90 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local 312 …gedValue JSStableArray::HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindIndexOfStable() 350 …alue JSStableArray::HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastIndexOfStable() 384 JSTaggedValue JSStableArray::HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleEveryOfStable() 430 …aggedValue JSStableArray::HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleforEachOfStable() 507 …gedValue JSStableArray::Filter(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Filter() 552 …TaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Map() 592 JSTaggedValue JSStableArray::Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reverse() 644 JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &n) in Concat() 737 JSHandle<JSObject> thisObjHandle(receiver); in With() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_stable_array_test.cpp | 167 JSHandle<JSObject> thisObjHandle(handleArr); in HWTEST_F_L0() local
|