Searched defs:itor (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/ |
| D | GraphPrinter.ts | 94 let itor: IterableIterator<BaseNode> = this.graph.nodesItor(); variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectIterator.cpp | 86 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/ |
| D | samples_record.cpp | 117 auto itor = stackInfoMap_.find(frameId); in GetFrameInfoByFrameId() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 125 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/ |
| D | js_locale.h | 89 auto itor = data->Get(thread, idx); in JSIntlIterator() local
|
| D | object_factory.cpp | 2760 …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/ |
| D | runtime_stubs-inl.h | 2780 JSHandle<JSTaggedValue> itor = JSIterator::GetIterator(thread, jsArray); in RuntimeGetCallSpreadArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 10682 GateRef itor = GetIterator(glue, array, callBack); in GetCallSpreadArgs() local
|