Lines Matching defs:thread

43     static JSTaggedValue HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
46 static JSTaggedValue HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
49 static JSTaggedValue HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
52 static JSTaggedValue HandleSomeOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
55 static JSTaggedValue HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
58 static JSTaggedValue IndexOf(JSThread *thread, JSHandle<JSTaggedValue> receiver,
60 static JSTaggedValue LastIndexOf(JSThread *thread, JSHandle<JSTaggedValue> receiver,
66 static JSTaggedValue Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle,
68 static JSTaggedValue FastReverse(JSThread *thread, JSHandle<TaggedArray> elements,
70 static JSTaggedValue Concat(JSThread *thread, JSHandle<JSObject> newArrayHandle,
73 static JSTaggedValue FastCopyFromArrayToTypedArray(JSThread *thread, JSHandle<JSTypedArray> &target,
78 static JSTaggedValue With(JSThread *thread, JSHandle<JSArray> receiver,
82 static JSTaggedValue ToReversed(JSThread *thread, JSHandle<JSArray> receiver, int64_t insertCount);
83 static JSTaggedValue Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle,
86 static JSTaggedValue Slice(JSThread *thread, JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &count);
88 static JSTaggedValue Sort(JSThread *thread, const JSHandle<JSObject> &thisObj,
90 static JSTaggedValue Fill(JSThread *thread, const JSHandle<JSObject> &thisObj,
93 static JSTaggedValue HandleFindLastOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
97 static JSTaggedValue HandleReduceRightOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
110 JSThread *thread;
134 JSThread *thread, bool &needTransition,
139 JSThread *thread, uint32_t &start, JSHandle<JSObject> &thisObjHandle,
141 static JSTaggedValue JoinUseTreeString(const JSThread* thread, JSHandle<JSTaggedValue> receiverValue,