Lines Matching defs:thisObjHandle
35 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()
751 JSTaggedValue JSStableArray::HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleEveryOfStable()
796 JSTaggedValue JSStableArray::HandleSomeOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleSomeOfStable()
841 …aggedValue JSStableArray::HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleforEachOfStable()
1113 …gedValue JSStableArray::Filter(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Filter()
1162 …TaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Map()
1205 JSTaggedValue JSStableArray::Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reverse()
1246 JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &n) in Concat()
1394 JSHandle<JSObject> thisObjHandle(receiver); in With() local
1429 JSHandle<JSObject> thisObjHandle(receiver); in ToSpliced() local
1479 JSHandle<JSObject> thisObjHandle(receiver); in ToReversed() local
1507 JSTaggedValue JSStableArray::Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reduce()
1539 JSTaggedValue JSStableArray::Slice(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Slice()
1618 …ggedValue JSStableArray::HandleFindLastOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastOfStable()
1659 …dValue JSStableArray::HandleReduceRightOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleReduceRightOfStable()