Searched refs:RuntimeOptAsyncGeneratorResolve (Results 1 – 3 of 3) sorted by relevance
642 …static inline JSTaggedValue RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedVal…
1128 return RuntimeOptAsyncGeneratorResolve(thread, asyncGenerator, value, flag).GetRawData(); in DEF_RUNTIME_STUBS()
2314 JSTaggedValue RuntimeStubs::RuntimeOptAsyncGeneratorResolve(JSThread *thread, JSHandle<JSTaggedValu… in RuntimeOptAsyncGeneratorResolve() function