Searched refs:RuntimeArraySort (Results 1 – 2 of 2) sorted by relevance
158 static JSTaggedValue RuntimeArraySort(JSThread *thread, JSHandle<JSTaggedValue> thisHandle);
3783 return RuntimeArraySort(thread, thisHandle).GetRawData(); in DEF_RUNTIME_STUBS()3786 JSTaggedValue RuntimeStubs::RuntimeArraySort(JSThread *thread, JSHandle<JSTaggedValue> thisHandle) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs