Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map_iterator.h34 …static JSHandle<JSTaggedValue> CreateTreeMapIterator(JSThread *thread, JSHandle<JSTaggedValue> &ob…
Djs_api_tree_map_iterator.cpp91 JSHandle<JSTaggedValue> JSAPITreeMapIterator::CreateTreeMapIterator(JSThread *thread, in CreateTreeMapIterator() function in panda::ecmascript::JSAPITreeMapIterator
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_map_iterator_test.cpp174 HWTEST_F_L0(JSAPITreeMapIteratorTest, CreateTreeMapIterator) in HWTEST_F_L0() argument
181 JSAPITreeMapIterator::CreateTreeMapIterator(thread, treeMapVal, IterationKind::KEY); in HWTEST_F_L0()
185 …treeMapIterator = JSAPITreeMapIterator::CreateTreeMapIterator(thread, treeMapVal, IterationKind::V… in HWTEST_F_L0()
189 …treeMapIterator = JSAPITreeMapIterator::CreateTreeMapIterator(thread, treeMapVal, IterationKind::K… in HWTEST_F_L0()
369 … JSAPITreeMapIterator::CreateTreeMapIterator(thread, undefined, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treemap.cpp373 …JSHandle<JSTaggedValue> iter = JSAPITreeMapIterator::CreateTreeMapIterator(thread, self, Iteration… in Keys()
383 …JSHandle<JSTaggedValue> iter = JSAPITreeMapIterator::CreateTreeMapIterator(thread, self, Iteration… in Values()
394 JSAPITreeMapIterator::CreateTreeMapIterator(thread, self, IterationKind::KEY_AND_VALUE); in Entries()