Lines Matching defs:thisObjHandle
36 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()
863 JSTaggedValue JSStableArray::HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleEveryOfStable()
908 JSTaggedValue JSStableArray::HandleSomeOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleSomeOfStable()
953 …aggedValue JSStableArray::HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleforEachOfStable()
1274 …gedValue JSStableArray::Filter(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Filter()
1323 …TaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Map()
1366 JSTaggedValue JSStableArray::Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reverse()
1406 JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &n) in Concat()
1554 JSHandle<JSObject> thisObjHandle(receiver); in With() local
1589 JSHandle<JSObject> thisObjHandle(receiver); in ToSpliced() local
1639 JSHandle<JSObject> thisObjHandle(receiver); in ToReversed() local
1667 JSTaggedValue JSStableArray::Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reduce()
1699 JSTaggedValue JSStableArray::Slice(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Slice()
1867 …ggedValue JSStableArray::HandleFindLastOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastOfStable()
1907 …dValue JSStableArray::HandleReduceRightOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleReduceRightOfStable()