Searched refs:RuntimeGetAsyncIterator (Results 1 – 4 of 4) sorted by relevance
516 …static inline JSTaggedValue RuntimeGetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue…
1278 return RuntimeGetAsyncIterator(thread, obj).GetRawData(); in DEF_RUNTIME_STUBS()
1240 JSTaggedValue RuntimeStubs::RuntimeGetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue>… in RuntimeGetAsyncIterator() function
786 return RuntimeStubs::RuntimeGetAsyncIterator(thread, objHandle); in GetAsyncIterator()