Searched refs:jsSetIter (Results 1 – 4 of 4) sorted by relevance
1024 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetIndex() local1025 return jsSetIter->GetNextIndex(); in GetIndex()1031 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetKind() local1032 LOG_IF_SPECIAL(jsSetIter, FATAL); in GetKind()1033 IterationKind iterKind = jsSetIter->GetIterationKind(); in GetKind()1064 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetEcmaRuntimeCallInfo() local1065 JSHandle<LinkedHashSet> linkedHashSet(vm->GetJSThread(), jsSetIter->GetIteratedSet()); in GetEcmaRuntimeCallInfo()1069 JSHandle<JSTaggedValue>(vm->GetJSThread(), jsSetIter.GetTaggedValue()), in GetEcmaRuntimeCallInfo()
3185 JSHandle<JSSetIterator> jsSetIter = factory->NewJSSetIterator(jsSet, IterationKind::KEY);3186 JSHandle<JSTaggedValue> setIter = JSHandle<JSTaggedValue>::Cast(jsSetIter);
666 JSHandle<JSSetIterator> jsSetIter = in HWTEST_F_L0() local668 DUMP_FOR_HANDLE(jsSetIter); in HWTEST_F_L0()
5661 JSHandle<JSSetIterator> jsSetIter = factory->NewJSSetIterator(jsSet, IterationKind::KEY); in HWTEST_F_L0() local5662 JSHandle<JSTaggedValue> setiter = JSHandle<JSTaggedValue>::Cast(jsSetIter); in HWTEST_F_L0()