Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp486 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
1313 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Join() local
[all …]
Dbuiltins_shared_array.cpp207 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
1411 JSHandle<JSObject> &thisObjHandle) in PopInner()
1477 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Push() local
1523JSHandle<JSObject> &thisObjHandle, int64_t k, int64_t len, JSMutableHandle<JSTaggedValue> &accumul… in ReduceUnStableJSArray()
1981 JSHandle<JSObject> thisObjHandle(thread, JSObject::Cast(thisHandle.GetTaggedValue())); in ToLocaleStringInternalHandle() local
2274 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local
[all …]
Dbuiltins_typedarray.cpp500 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
1096 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Reverse() local
1601 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Sort() local
1824 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in At() local
2040 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in ToReversed() local
Dbuiltins_shared_typedarray.cpp476 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
Dbuiltins_object.cpp1137 JSHandle<JSObject> thisObjHandle = JSHandle<JSObject>::Cast(thisHandle); in CreateDataPropertyOnObjectFunctions() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp36 JSHandle<JSObject> thisObjHandle(receiver); in Push() local
57 JSHandle<JSObject> thisObjHandle(receiver); in Push() local
135 … JSThread *thread, uint32_t &start, JSHandle<JSObject> &thisObjHandle, in HandleArray()
154 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
368 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local
396 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local
776 …gedValue JSStableArray::HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindIndexOfStable()
820 …alue JSStableArray::HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastIndexOfStable()
[all …]
Djs_array.cpp851 void JSArray::SortElementsByObject(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, in SortElementsByObject()
886 void JSArray::CheckStableArrayAndSet(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, uin… in CheckStableArrayAndSet()
898 …dValue JSArray::CheckStableArrayAndGet(JSThread *thread, const JSHandle<JSObject> &thisObjHandle, … in CheckStableArrayAndGet()
Dobject_factory.cpp2937 JSHandle<JSObject> ObjectFactory::NewAndCopyJSArrayObject(JSHandle<JSObject> thisObjHandle, uint32_… in NewAndCopyJSArrayObject()
2957 JSHandle<TaggedArray> ObjectFactory::NewAndCopyTaggedArrayByObject(JSHandle<JSObject> thisObjHandle in NewAndCopyTaggedArrayByObject()
2978 …ntTaggedArray> ObjectFactory::NewAndCopyMutantTaggedArrayByObject(JSHandle<JSObject> thisObjHandle, in NewAndCopyMutantTaggedArrayByObject()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_stable_array_test.cpp174 JSHandle<JSObject> thisObjHandle(handleArr); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3789 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in DEF_RUNTIME_STUBS() local