Home
last modified time | relevance | path

Searched refs:SetIterator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DSet.ets84 final class SetIterator<R> implements IterableIterator<R> {
144 …const iter = new SetIterator<ListNode>(this.listRoot.next, this.listRoot, (x: ListNode): Object =>…
268 return new SetIterator<R>(this.listRoot.next, this.listRoot, fn)
/arkcompiler/toolchain/tooling/base/
Dpt_types.h437 static const std::string SetIterator; // NOLINT (readability-identifier-naming) member
451 …type == Error || type == SetIterator || type == MapIterator || type == Iterator || type == Proxy || in Valid()
Dpt_types.cpp72 const std::string ObjectClassName::SetIterator = "SetIterator"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
180 return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::SetIterator, in FromTagged()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3164 �ж϶����Ƿ�ΪSetIterator���͡�
3174 | bool | ������ö��������ΪSetIterator����True������False |
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2254 obj->SetIterator(thread_, itor.GetTaggedValue()); in NewPromiseIteratorRecord()
4582 obj->SetIterator(thread_, itor.GetTaggedValue()); in NewAsyncIteratorRecord()