Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/ets_runtime/test/aottest/ldfunctionpref/
Dldfunctionpref.ts26 const iterator = generator(); constant
/arkcompiler/ets_runtime/test/aottest/generatorcontinuefinally/
Dgeneratorcontinuefinally.ts21 var iterator = values(); variable
/arkcompiler/ets_runtime/test/aottest/continue_from_finally/
Dcontinue_from_finally.ts22 var iterator = values(); variable
/arkcompiler/ets_runtime/ecmascript/
Djs_string_iterator.cpp34 JSHandle<JSStringIterator> iterator(factory->NewJSObjectByConstructor(strIterCtor)); in CreateStringIterator() local
Djs_iterator.cpp106 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
Djs_map_iterator.cpp130 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, items, method); in MapIteratorToList() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmalloc-proxy-allocator-inl.h76 auto iterator = allocatedMemory_.find(mem); in Free() local
/arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/
DarrayValuesCase.js43 const iterator = arr.values(); constant
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dgenerators.ts55 const iterator = func2(); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dgenerators.ts55 const iterator = func2(); constant
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp110 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/
Dets_itable_builder.cpp90 auto iterator = interfaces.find(item.GetInterface()); in Build() local
97 auto iterator = interfaces.find(interface); in Build() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Diterators.h110 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator()
Ddestructuring.cpp40 DestructuringRestIterator iterator(destIterator); in GenRestElement() local
73 DestructuringIterator iterator(pg, array); in GenArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp40 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
Dprofiler_operation.h134 inline void ProfileGetIterator(GateRef iterator) const in ProfileGetIterator()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h112 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator()
Ddestructuring.cpp41 DestructuringRestIterator iterator(destIterator); in GenRestElement() local
74 DestructuringIterator iterator(pg, array); in GenArray() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforOfStatement.cpp76 compiler::Iterator iterator(pg, this, iterator_type); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.cpp156 Iterator iterator(pg_, node, GeneratorKind()); in YieldStar() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h47 util::StringView::Iterator iterator; in DEFINE_BITOPS() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp189 Iterator iterator(pg_, node, GeneratorKind()); in YieldStar() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp118 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp203 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/
DETSchecker.cpp41 const auto iterator = varMap.find(signature); in InitializeBuiltins() local

123