Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2714 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetIndex() local
2715 LOG_IF_SPECIAL(jsSetIter, FATAL); in GetIndex()
2716 return jsSetIter->GetNextIndex(); in GetIndex()
2722 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetKind() local
2723 LOG_IF_SPECIAL(jsSetIter, FATAL); in GetKind()
2724 IterationKind iterKind = jsSetIter->GetIterationKind(); in GetKind()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp633 JSHandle<JSSetIterator> jsSetIter = in HWTEST_F_L0() local
635 DUMP_FOR_HANDLE(jsSetIter) in HWTEST_F_L0()