Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_types.h472 static const std::string ArrayIterator; // NOLINT (readability-identifier-naming) member
487 … type == Weakmap || type == Weakset || type == ArrayIterator || type == StringIterator || in Valid()
Dpt_types.cpp70 const std::string ObjectClassName::ArrayIterator = "ArrayIterator"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
174 return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::ArrayIterator); in FromTagged()
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DtypedUArray.sts.j258 class {{element['name']}}ArrayIterator implements IterableIterator<{{element['subsetTypeValues']}}>…
1714 return new {{element['name']}}ArrayIterator(this)
DtypedArray.sts.j256 class {{N}}ArrayIterator implements IterableIterator<{{subsetTypeValues}}> {
1695 return new {{N}}ArrayIterator(this)