Home
last modified time | relevance | path

Searched refs:RuntimeAsyncFunctionResolveOrReject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h204 static inline JSTaggedValue RuntimeAsyncFunctionResolveOrReject(JSThread *thread,
Druntime_stubs-inl.h368 JSTaggedValue RuntimeStubs::RuntimeAsyncFunctionResolveOrReject(JSThread *thread, in RuntimeAsyncFunctionResolveOrReject() function
Druntime_stubs.cpp1217 …return RuntimeAsyncFunctionResolveOrReject(thread, asyncFuncObj, value, isResolve.IsTrue()).GetRaw… in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp468 …return RuntimeStubs::RuntimeAsyncFunctionResolveOrReject(thread, asyncFuncObjHandle, valueHandle, … in AsyncFunctionResolveOrReject()