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.cpp143 JSHandle<JSTaggedValue> JSAPIHashMapIterator::CreateHashMapIterator(JSThread *thread, in CreateHashMapIterator() function in panda::ecmascript::JSAPIHashMapIterator
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_iterator_test.cpp86 … JSAPIHashMapIterator::CreateHashMapIterator(thread, undefined, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashmap.cpp69 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()