Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h518 static inline JSTaggedValue RuntimeAsyncFunctionAwaitUncaught(JSThread *thread,
Druntime_stubs-inl.h310 JSTaggedValue RuntimeStubs::RuntimeAsyncFunctionAwaitUncaught(JSThread *thread, in RuntimeAsyncFunctionAwaitUncaught() function
Druntime_stubs.cpp1010 return RuntimeAsyncFunctionAwaitUncaught(thread, asyncFuncObj, value).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp474 return RuntimeStubs::RuntimeAsyncFunctionAwaitUncaught(thread, asyncFuncObjHandle, valueHandle); in AsyncFunctionAwaitUncaught()