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