Lines Matching refs:JSObject
32 JSHandle<JSObject> newArrayHandle, uint32_t len);
35 static JSTaggedValue HandleFindIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
38 …static JSTaggedValue HandleFindLastIndexOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandl…
41 static JSTaggedValue HandleEveryOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
44 static JSTaggedValue HandleforEachOfStable(JSThread *thread, JSHandle<JSObject> thisObjHandle,
51 static JSTaggedValue Filter(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle,
53 static JSTaggedValue Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandle,
55 static JSTaggedValue Reverse(JSThread *thread, JSHandle<JSObject> thisObjHandle,
57 static JSTaggedValue Concat(JSThread *thread, JSHandle<JSObject> newArrayHandle,
58 JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t &n);
61 uint32_t srcLength, JSHandle<JSObject> &obj);
68 static JSTaggedValue Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle,
71 …static JSTaggedValue Slice(JSThread *thread, JSHandle<JSObject> thisObjHandle, int64_t &k, int64_t…
73 static JSTaggedValue Sort(JSThread *thread, const JSHandle<JSObject> &thisObj,
75 static JSTaggedValue Fill(JSThread *thread, const JSHandle<JSObject> &thisObj,