Lines Matching refs:JSThread
41 static int64_t GetStartIndex(JSThread *thread, const JSHandle<JSTaggedValue> &startIndexHandle,
45 static int64_t GetStartIndexFromArgs(JSThread *thread, EcmaRuntimeCallInfo *argv,
50 …static int64_t GetLastStartIndex(JSThread *thread, const JSHandle<JSTaggedValue> &startIndexHandle,
54 static int64_t GetLastStartIndexFromArgs(JSThread *thread, EcmaRuntimeCallInfo *argv,
58 static bool ElementIsStrictEqualTo(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle,
62 static bool IsConcatSpreadable(JSThread *thread, const JSHandle<JSTaggedValue> &obj);
63 static double SortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &callbackfnHandle,
65 static double StringSortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &valueX,
67 static int64_t GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle);
68 static int64_t GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle);
69 … static JSTaggedValue FlattenIntoArray(JSThread *thread, const JSHandle<JSObject> &newArrayHandle,
73 …static JSHandle<TaggedArray> SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue>…