Home
last modified time | relevance | path

Searched refs:GetAsyncIterator (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.h59 …static JSHandle<JSTaggedValue> GetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue> &o…
Djs_iterator.cpp76 JSHandle<JSTaggedValue> JSIterator::GetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue… in GetAsyncIterator() function in panda::ecmascript::JSIterator
Druntime_call_id.h118 V(GetAsyncIterator) \
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp31 pg_->GetAsyncIterator(node); in Iterator()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h113 static JSTaggedValue GetAsyncIterator(JSThread *thread, JSTaggedValue obj);
Dslow_runtime_stub.cpp780 JSTaggedValue SlowRuntimeStub::GetAsyncIterator(JSThread *thread, JSTaggedValue obj) in GetAsyncIterator() function in panda::ecmascript::SlowRuntimeStub
782 INTERPRETER_TRACE(thread, GetAsyncIterator); in GetAsyncIterator()
Dinterpreter-inl.h4435 JSTaggedValue res = SlowRuntimeStub::GetAsyncIterator(thread, obj); in RunInternal()
Dinterpreter_assembly.cpp861 JSTaggedValue res = SlowRuntimeStub::GetAsyncIterator(thread, obj); in HandleGetasynciteratorImm8()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h421 void GetAsyncIterator(const ir::AstNode *node);
Dpandagen.cpp1642 void PandaGen::GetAsyncIterator(const ir::AstNode *node) in GetAsyncIterator() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h220 V(GetAsyncIterator) \
Druntime_stubs.cpp1273 DEF_RUNTIME_STUBS(GetAsyncIterator) in DEF_RUNTIME_STUBS() argument
1275 RUNTIME_STUBS_HEADER(GetAsyncIterator); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1252 JSHandle<JSTaggedValue> asyncit = JSIterator::GetAsyncIterator(thread, obj); in RuntimeGetAsyncIterator()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp905 …auto result = LowerCallRuntime(gate, RTSTUB_ID(GetAsyncIterator), {acc_.GetValueIn(gate, 0)}, true… in LowerGetAsyncIterator()
Dinterpreter_stub.cpp468 GateRef res = CallRuntime(glue, RTSTUB_ID(GetAsyncIterator), { *varAcc }); in DECLARE_ASM_HANDLER()