| /arkcompiler/ets_runtime/test/aottest/ldfunctionpref/ |
| D | ldfunctionpref.ts | 26 const iterator = generator(); constant
|
| /arkcompiler/ets_runtime/test/aottest/generatorcontinuefinally/ |
| D | generatorcontinuefinally.ts | 21 var iterator = values(); variable
|
| /arkcompiler/ets_runtime/test/aottest/continue_from_finally/ |
| D | continue_from_finally.ts | 22 var iterator = values(); variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_string_iterator.cpp | 34 JSHandle<JSStringIterator> iterator(factory->NewJSObjectByConstructor(strIterCtor)); in CreateStringIterator() local
|
| D | js_iterator.cpp | 106 JSHandle<JSTaggedValue> iterator(thread, ret); in GetAsyncIterator() local 165 JSHandle<JSTaggedValue> iterator(thread, iter->GetIterator()); in IteratorNext() local 186 JSHandle<JSTaggedValue> iterator(thread, iter->GetIterator()); in IteratorNext() local
|
| D | js_map_iterator.cpp | 130 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, items, method); in MapIteratorToList() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | malloc-proxy-allocator-inl.h | 76 auto iterator = allocatedMemory_.find(mem); in Free() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/ |
| D | arrayValuesCase.js | 43 const iterator = arr.values(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | generators.ts | 55 const iterator = func2(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
| D | generators.ts | 55 const iterator = func2(); constant
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | dynamicContext.cpp | 110 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() 140 …gIteratorContext::DestructuringIteratorContext(PandaGen *pg, const DestructuringIterator &iterator) in DestructuringIteratorContext()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 90 auto iterator = interfaces.find(item.GetInterface()); in Build() local 97 auto iterator = interfaces.find(interface); in Build() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | iterators.h | 110 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator()
|
| D | destructuring.cpp | 40 DestructuringRestIterator iterator(destIterator); in GenRestElement() local 73 DestructuringIterator iterator(pg, array); in GenArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 40 BytecodeIterator iterator(this, 0, end); in BuildRegionInfo() local 555 auto &iterator = bb.GetBytecodeIterator(); in NewJSGate() local 596 auto &iterator = bb.GetBytecodeIterator(); in NewJump() local 641 auto &iterator = bb.GetBytecodeIterator(); in NewReturn() local 667 auto &iterator = bb.GetBytecodeIterator(); in NewByteCode() local 826 auto &iterator = bb.GetBytecodeIterator(); in PrintBytecodeInfo() local
|
| D | profiler_operation.h | 134 inline void ProfileGetIterator(GateRef iterator) const in ProfileGetIterator()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | iterators.h | 112 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator()
|
| D | destructuring.cpp | 41 DestructuringRestIterator iterator(destIterator); in GenRestElement() local 74 DestructuringIterator iterator(pg, array); in GenArray() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forOfStatement.cpp | 76 compiler::Iterator iterator(pg, this, iterator_type); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| D | functionBuilder.cpp | 156 Iterator iterator(pg_, node, GeneratorKind()); in YieldStar() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.h | 47 util::StringView::Iterator iterator; in DEFINE_BITOPS() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | functionBuilder.cpp | 189 Iterator iterator(pg_, node, GeneratorKind()); in YieldStar() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | dynamicContext.cpp | 118 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 203 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Race() local 592 JSHandle<JSTaggedValue> iterator(thread, iteratorRecord->GetIterator()); in PerformPromiseRace() local 680 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Any() local 865 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in AllSettled() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.cpp | 41 const auto iterator = varMap.find(signature); in InitializeBuiltins() local
|