Home
last modified time | relevance | path

Searched refs:RuntimeGetAsyncIterator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h516 …static inline JSTaggedValue RuntimeGetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue…
Druntime_stubs.cpp1278 return RuntimeGetAsyncIterator(thread, obj).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1240 JSTaggedValue RuntimeStubs::RuntimeGetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue>… in RuntimeGetAsyncIterator() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp786 return RuntimeStubs::RuntimeGetAsyncIterator(thread, objHandle); in GetAsyncIterator()