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