Lines Matching defs:thisObjHandle
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
1411 JSHandle<JSObject> &thisObjHandle) in PopInner()
1477 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in Push() local
1523 …JSHandle<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
2539 JSHandle<JSObject> thisObjHandle = JSTaggedValue::ToObject(thread, thisHandle); in LastIndexOfSlowPath() local
2863 …const JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSObject> &thisObjHandle, uint32_t argc, int64… in ReduceRightInternalHandle()