Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1024 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetIndex() local
1025 return jsSetIter->GetNextIndex(); in GetIndex()
1031 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetKind() local
1032 LOG_IF_SPECIAL(jsSetIter, FATAL); in GetKind()
1033 IterationKind iterKind = jsSetIter->GetIterationKind(); in GetKind()
1064 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetEcmaRuntimeCallInfo() local
1065 JSHandle<LinkedHashSet> linkedHashSet(vm->GetJSThread(), jsSetIter->GetIteratedSet()); in GetEcmaRuntimeCallInfo()
1069 JSHandle<JSTaggedValue>(vm->GetJSThread(), jsSetIter.GetTaggedValue()), in GetEcmaRuntimeCallInfo()
DJSNapi接口说明.md3185 JSHandle<JSSetIterator> jsSetIter = factory->NewJSSetIterator(jsSet, IterationKind::KEY);
3186 JSHandle<JSTaggedValue> setIter = JSHandle<JSTaggedValue>::Cast(jsSetIter);
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp666 JSHandle<JSSetIterator> jsSetIter = in HWTEST_F_L0() local
668 DUMP_FOR_HANDLE(jsSetIter); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5661 JSHandle<JSSetIterator> jsSetIter = factory->NewJSSetIterator(jsSet, IterationKind::KEY); in HWTEST_F_L0() local
5662 JSHandle<JSTaggedValue> setiter = JSHandle<JSTaggedValue>::Cast(jsSetIter); in HWTEST_F_L0()