Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap_iterator.h32 …static JSHandle<JSTaggedValue> CreateHashMapIterator(JSThread *thread, const JSHandle<JSTaggedValu…
Djs_api_hashmap_iterator.cpp149 JSHandle<JSTaggedValue> JSAPIHashMapIterator::CreateHashMapIterator(JSThread *thread, in CreateHashMapIterator() function in panda::ecmascript::JSAPIHashMapIterator
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_iterator_test.cpp133 … JSAPIHashMapIterator::CreateHashMapIterator(thread, undefined, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashmap.cpp76 JSAPIHashMapIterator::CreateHashMapIterator(thread, self, IterationKind::KEY); in Keys()
97 JSAPIHashMapIterator::CreateHashMapIterator(thread, self, IterationKind::VALUE); in Values()
118 JSAPIHashMapIterator::CreateHashMapIterator(thread, self, IterationKind::KEY_AND_VALUE); in Entries()