Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_map_iterator_test.cpp143 HWTEST_F_L0(JSAPITreeMapIteratorTest, CreateTreeMapIterator) in HWTEST_F_L0() argument
150 JSAPITreeMapIterator::CreateTreeMapIterator(thread, treeMapVal, IterationKind::KEY); in HWTEST_F_L0()
154 …treeMapIterator = JSAPITreeMapIterator::CreateTreeMapIterator(thread, treeMapVal, IterationKind::V… in HWTEST_F_L0()
158 …treeMapIterator = JSAPITreeMapIterator::CreateTreeMapIterator(thread, treeMapVal, IterationKind::K… in HWTEST_F_L0()
328 … JSAPITreeMapIterator::CreateTreeMapIterator(thread, undefined, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
/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.cpp89 JSHandle<JSTaggedValue> JSAPITreeMapIterator::CreateTreeMapIterator(JSThread *thread, in CreateTreeMapIterator() function in panda::ecmascript::JSAPITreeMapIterator
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treemap.cpp377 …JSHandle<JSTaggedValue> iter = JSAPITreeMapIterator::CreateTreeMapIterator(thread, self, Iteration… in Keys()
387 …JSHandle<JSTaggedValue> iter = JSAPITreeMapIterator::CreateTreeMapIterator(thread, self, Iteration… in Values()
398 JSAPITreeMapIterator::CreateTreeMapIterator(thread, self, IterationKind::KEY_AND_VALUE); in Entries()