Lines Matching defs:thisObjHandle
90 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local
312 …gedValue JSStableArray::HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindIndexOfStable()
350 …alue JSStableArray::HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastIndexOfStable()
384 JSTaggedValue JSStableArray::HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleEveryOfStable()
430 …aggedValue JSStableArray::HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleforEachOfStable()
507 …gedValue JSStableArray::Filter(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Filter()
552 …TaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Map()
592 JSTaggedValue JSStableArray::Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reverse()
644 JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &n) in Concat()
737 JSHandle<JSObject> thisObjHandle(receiver); in With() local
773 JSHandle<JSObject> thisObjHandle(receiver); in ToSpliced() local
824 JSHandle<JSObject> thisObjHandle(receiver); in ToReversed() local
851 JSTaggedValue JSStableArray::Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reduce()