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