Home
last modified time | relevance | path

Searched defs:itor (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DGraphPrinter.ts94 let itor: IterableIterator<BaseNode> = this.graph.nodesItor(); variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectIterator.cpp86 checker::Type *FindInstantiatedTypeParamFromIterator(checker::ETSObjectType *itor) in FindInstantiatedTypeParamFromIterator()
107 auto *itor = type->GetProperty(compiler::Signatures::ITERATOR_METHOD, in FindIterValueType() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsamples_record.cpp117 auto itor = stackInfoMap_.find(frameId); in GetFrameInfoByFrameId() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp125 JSHandle<JSTaggedValue> itor = JSIterator::GetIterator(thread, GetCallArg(argv, 0)); in All() local
442 JSHandle<JSTaggedValue> itor(thread, itRecord->GetIterator(thread)); in PerformPromiseAll() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h89 auto itor = data->Get(thread, idx); in JSIntlIterator() local
Dobject_factory.cpp2760 …iseIteratorRecord> ObjectFactory::NewPromiseIteratorRecord(const JSHandle<JSTaggedValue> &itor, bo… in NewPromiseIteratorRecord()
5272 …dle<AsyncIteratorRecord> ObjectFactory::NewAsyncIteratorRecord(const JSHandle<JSTaggedValue> &itor, in NewAsyncIteratorRecord()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2780 JSHandle<JSTaggedValue> itor = JSIterator::GetIterator(thread, jsArray); in RuntimeGetCallSpreadArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10682 GateRef itor = GetIterator(glue, array, callBack); in GetCallSpreadArgs() local