Home
last modified time | relevance | path

Searched refs:RuntimeArraySort (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h158 static JSTaggedValue RuntimeArraySort(JSThread *thread, JSHandle<JSTaggedValue> thisHandle);
Druntime_stubs.cpp3783 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