Home
last modified time | relevance | path

Searched defs:GetAsyncIterator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.cpp76 JSHandle<JSTaggedValue> JSIterator::GetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue… in GetAsyncIterator() function in panda::ecmascript::JSIterator
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1642 void PandaGen::GetAsyncIterator(const ir::AstNode *node) in GetAsyncIterator() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp780 JSTaggedValue SlowRuntimeStub::GetAsyncIterator(JSThread *thread, JSTaggedValue obj) in GetAsyncIterator() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1273 DEF_RUNTIME_STUBS(GetAsyncIterator) in DEF_RUNTIME_STUBS() argument