Lines Matching defs:thisObjHandle
89 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local
309 …gedValue JSStableArray::HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindIndexOfStable()
347 …alue JSStableArray::HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastIndexOfStable()
381 JSTaggedValue JSStableArray::HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleEveryOfStable()
427 …aggedValue JSStableArray::HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleforEachOfStable()
504 …gedValue JSStableArray::Filter(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Filter()
549 …TaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Map()
589 JSTaggedValue JSStableArray::Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reverse()
641 JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &n) in Concat()
734 JSHandle<JSObject> thisObjHandle(receiver); in With() local
771 JSHandle<JSObject> thisObjHandle(receiver); in ToSpliced() local
822 JSHandle<JSObject> thisObjHandle(receiver); in ToReversed() local
850 JSTaggedValue JSStableArray::Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reduce()