Home
last modified time | relevance | path

Searched defs:valueIter (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedset/
Dsharedset.ts55 const valueIter = sharedSet.keys(); constant
/arkcompiler/ets_runtime/test/sharedtest/sharedmap/
Dsharedmap.ts55 const valueIter = sharedMap.values(); constant
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_test.cpp101 JSHandle<JSTaggedValue> valueIter(factory->NewJSSetIterator(set, IterationKind::VALUE)); in HWTEST_F_L0() local
Djs_map_test.cpp173 JSHandle<JSTaggedValue> valueIter(factory->NewJSMapIterator(map, IterationKind::VALUE)); in HWTEST_F_L0() local
Djs_api_tree_set_test.cpp219 JSHandle<JSTaggedValue> valueIter(factory->NewJSAPITreeSetIterator(tset, IterationKind::VALUE)); in HWTEST_F_L0() local
Djs_api_hashset_test.cpp198 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPIHashSetIterator(hashSet, IterationKind::VALUE)); in HWTEST_F_L0() local
Djs_api_tree_map_test.cpp246 JSHandle<JSTaggedValue> valueIter(factory->NewJSAPITreeMapIterator(tmap, IterationKind::VALUE)); in HWTEST_F_L0() local
Djs_api_lightweightset_test.cpp255 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPILightWeightSetIterator(lws, IterationKind::VALU… in HWTEST_F_L0() local
Djs_api_hashmap_test.cpp239 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPIHashMapIterator(hashMap, IterationKind::VALUE)); in HWTEST_F_L0() local
Djs_api_lightweightmap_test.cpp316 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPILightWeightMapIterator(lwm, IterationKind::VALU… in HWTEST_F_L0() local