Searched refs:NewJSAPIHashMapIterator (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_hashmap_iterator_test.cpp | 53 JSHandle<JSAPIHashMapIterator> hashMapIterator = factory->NewJSAPIHashMapIterator( in HWTEST_F_L0()
|
| D | js_api_hashmap_test.cpp | 238 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()
|
| D | dump_test.cpp | 1283 factory->NewJSAPIHashMapIterator(jsHashMap, IterationKind::KEY); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashmap_iterator.cpp | 93 … JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashMapIterator(JSHandle<JSAPIHashMap>(obj), kind)); in CreateHashMapIterator()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 722 …JSHandle<JSAPIHashMapIterator> NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> &hashMap, Iter…
|
| D | object_factory.cpp | 3771 JSHandle<JSAPIHashMapIterator> ObjectFactory::NewJSAPIHashMapIterator(const JSHandle<JSAPIHashMap> … in NewJSAPIHashMapIterator() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 1375 factory->NewJSAPIHashMapIterator(jsAPIHashMap, IterationKind::KEY); in HWTEST_F_L0()
|