Home
last modified time | relevance | path

Searched refs:RuntimeOptAsyncGeneratorResolve (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h456 …static inline JSTaggedValue RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedVal…
Druntime_stubs-inl.h2800 JSTaggedValue RuntimeStubs::RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValu… in RuntimeOptAsyncGeneratorResolve() function
Druntime_stubs.cpp1791 return RuntimeOptAsyncGeneratorResolve(thread, asyncGenerator, value, flag).GetRawData(); in DEF_RUNTIME_STUBS()