Searched refs:CreateHashMapIterator (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashmap_iterator.h | 32 …static JSHandle<JSTaggedValue> CreateHashMapIterator(JSThread *thread, const JSHandle<JSTaggedValu…
|
| D | js_api_hashmap_iterator.cpp | 143 JSHandle<JSTaggedValue> JSAPIHashMapIterator::CreateHashMapIterator(JSThread *thread, in CreateHashMapIterator() function in panda::ecmascript::JSAPIHashMapIterator
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_hashmap_iterator_test.cpp | 86 … JSAPIHashMapIterator::CreateHashMapIterator(thread, undefined, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_hashmap.cpp | 69 JSAPIHashMapIterator::CreateHashMapIterator(thread, self, IterationKind::KEY); in Keys() 90 JSAPIHashMapIterator::CreateHashMapIterator(thread, self, IterationKind::VALUE); in Values() 111 JSAPIHashMapIterator::CreateHashMapIterator(thread, self, IterationKind::KEY_AND_VALUE); in GetIteratorObj() 132 JSAPIHashMapIterator::CreateHashMapIterator(thread, self, IterationKind::KEY_AND_VALUE); in Entries()
|