Searched refs:CreateTreeMapIterator (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_map_iterator.h | 34 …static JSHandle<JSTaggedValue> CreateTreeMapIterator(JSThread *thread, JSHandle<JSTaggedValue> &ob…
|
| D | js_api_tree_map_iterator.cpp | 91 JSHandle<JSTaggedValue> JSAPITreeMapIterator::CreateTreeMapIterator(JSThread *thread, in CreateTreeMapIterator() function in panda::ecmascript::JSAPITreeMapIterator
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_tree_map_iterator_test.cpp | 174 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/ |
| D | containers_treemap.cpp | 373 …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()
|