Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_iterator_test.cpp53 JSHandle<JSAPIHashMapIterator> hashMapIterator = factory->NewJSAPIHashMapIterator( in HWTEST_F_L0()
Djs_api_hashmap_test.cpp238 JSHandle<JSTaggedValue> keyIter(factory->NewJSAPIHashMapIterator(hashMap, IterationKind::KEY)); in HWTEST_F_L0()
239 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPIHashMapIterator(hashMap, IterationKind::VALUE)); in HWTEST_F_L0()
255 …JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashMapIterator(hashMap, IterationKind::KEY_AND_VALU… in HWTEST_F_L0()
314 …JSHandle<JSAPIHashMapIterator> hashmapIterator = factory->NewJSAPIHashMapIterator(hashMap, Iterati… in HWTEST_F_L0()
365 …JSHandle<JSAPIHashMapIterator> hashmapIterator = factory->NewJSAPIHashMapIterator(hashMap, Iterati… in HWTEST_F_L0()
417 …JSHandle<JSAPIHashMapIterator> hashmapIterator = factory->NewJSAPIHashMapIterator(hashMap, Iterati… in HWTEST_F_L0()
Ddump_test.cpp1283 factory->NewJSAPIHashMapIterator(jsHashMap, IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap_iterator.cpp93 … JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashMapIterator(JSHandle<JSAPIHashMap>(obj), kind)); in CreateHashMapIterator()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h722 …JSHandle<JSAPIHashMapIterator> NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, Iter…
Dobject_factory.cpp3771 JSHandle<JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> … in NewJSAPIHashMapIterator() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1375 factory->NewJSAPIHashMapIterator(jsAPIHashMap, IterationKind::KEY); in HWTEST_F_L0()