Home
last modified time | relevance | path

Searched refs:jsSetIter (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp761 JSHandle<JSSetIterator> jsSetIter = in HWTEST_F_L0() local
763 DUMP_FOR_HANDLE(jsSetIter); in HWTEST_F_L0()
768 JSHandle<JSSharedSetIterator> jsSetIter = in HWTEST_F_L0() local
770 DUMP_FOR_HANDLE(jsSetIter); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1738 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetIndex()
1739 return jsSetIter->GetNextIndex(); in GetIndex()
1746 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetKind()
1747 LOG_IF_SPECIAL(jsSetIter, FATAL); in GetKind()
1748 IterationKind iterKind = jsSetIter->GetIterationKind(); in GetKind()
1783 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetEcmaRuntimeCallInfo()
1784 JSHandle<LinkedHashSet> linkedHashSet(vm->GetJSThread(), jsSetIter->GetIteratedSet()); in GetEcmaRuntimeCallInfo()
1788 JSHandle<JSTaggedValue>(vm->GetJSThread(), jsSetIter.GetTaggedValue()), in GetEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp5638 JSHandle<JSSetIterator> jsSetIter = factory->NewJSSetIterator(jsSet, IterationKind::KEY); in HWTEST_F_L0() local
5639 JSHandle<JSTaggedValue> setiter = JSHandle<JSTaggedValue>::Cast(jsSetIter); in HWTEST_F_L0()

Completed in 27 milliseconds