Home
last modified time | relevance | path

Searched defs:jsSetIter (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp761 JSHandle<JSSetIterator> jsSetIter = in HWTEST_F_L0() local
768 JSHandle<JSSharedSetIterator> jsSetIter = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1823 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetIndex() local
1831 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetKind() local
1868 JSHandle<JSSetIterator> jsSetIter(JSNApiHelper::ToJSHandle(this)); in GetEcmaRuntimeCallInfo() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5638 JSHandle<JSSetIterator> jsSetIter = factory->NewJSSetIterator(jsSet, IterationKind::KEY); in HWTEST_F_L0() local