• Home
  • Raw
  • Download

Lines Matching defs:thisObjHandle

35     JSHandle<JSObject> thisObjHandle(receiver);  in Push()  local
56 JSHandle<JSObject> thisObjHandle(receiver); in Push() local
134 … JSThread *thread, uint32_t &start, JSHandle<JSObject> &thisObjHandle, in HandleArray()
153 JSTaggedValue JSStableArray::UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len, in UpdateArrayCapacity()
218 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local
267 JSHandle<JSObject> thisObjHandle(receiver); in Splice() local
367 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local
395 JSHandle<JSObject> thisObjHandle(receiver); in Shift() local
774 …gedValue JSStableArray::HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindIndexOfStable()
818 …alue JSStableArray::HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastIndexOfStable()
861 JSTaggedValue JSStableArray::HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleEveryOfStable()
906 JSTaggedValue JSStableArray::HandleSomeOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleSomeOfStable()
951 …aggedValue JSStableArray::HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleforEachOfStable()
1258 …gedValue JSStableArray::Filter(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Filter()
1307 …TaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle, in Map()
1350 JSTaggedValue JSStableArray::Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reverse()
1390 JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &n) in Concat()
1538 JSHandle<JSObject> thisObjHandle(receiver); in With() local
1573 JSHandle<JSObject> thisObjHandle(receiver); in ToSpliced() local
1623 JSHandle<JSObject> thisObjHandle(receiver); in ToReversed() local
1651 JSTaggedValue JSStableArray::Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reduce()
1683 JSTaggedValue JSStableArray::Slice(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Slice()
1851 …ggedValue JSStableArray::HandleFindLastOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleFindLastOfStable()
1892 …dValue JSStableArray::HandleReduceRightOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle, in HandleReduceRightOfStable()