Home
last modified time | relevance | path

Searched refs:NewJSAPIHashMapIterator (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_iterator_test.cpp100 JSHandle<JSAPIHashMapIterator> hashMapIterator = factory->NewJSAPIHashMapIterator( in HWTEST_F_L0()
Djs_api_hashmap_test.cpp287 JSHandle<JSTaggedValue> keyIter(factory->NewJSAPIHashMapIterator(hashMap, IterationKind::KEY)); in HWTEST_F_L0()
288 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPIHashMapIterator(hashMap, IterationKind::VALUE)); in HWTEST_F_L0()
304 …JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashMapIterator(hashMap, IterationKind::KEY_AND_VALU… in HWTEST_F_L0()
359 …JSHandle<JSAPIHashMapIterator> hashmapIterator = factory->NewJSAPIHashMapIterator(hashMap, Iterati… in HWTEST_F_L0()
Ddump_test.cpp1076 factory->NewJSAPIHashMapIterator(jsHashMap, IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap_iterator.cpp159 … JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashMapIterator(JSHandle<JSAPIHashMap>(obj), kind)); in CreateHashMapIterator()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h558 …JSHandle<JSAPIHashMapIterator> NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, Iter…
Dobject_factory.cpp2740 JSHandle<JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> … in NewJSAPIHashMapIterator() function in panda::ecmascript::ObjectFactory