Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_iterator_test.cpp53 JSHandle<JSAPIHashSetIterator> hashSetIterator = factory->NewJSAPIHashSetIterator( in HWTEST_F_L0()
Djs_api_hashset_test.cpp198 …JSHandle<JSTaggedValue> valueIter(factory->NewJSAPIHashSetIterator(hashSet, IterationKind::VALUE)); in HWTEST_F_L0()
213 …JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashSetIterator(hashSet, IterationKind::KEY_AND_VALU… in HWTEST_F_L0()
240 …JSHandle<JSAPIHashSetIterator> hashsetIterator = factory->NewJSAPIHashSetIterator(hashSet, Iterati… in HWTEST_F_L0()
Ddump_test.cpp1291 factory->NewJSAPIHashSetIterator(jsHashSet, IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset_iterator.cpp86 … JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashSetIterator(JSHandle<JSAPIHashSet>(obj), kind)); in CreateHashSetIterator()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h723 …JSHandle<JSAPIHashSetIterator> NewJSAPIHashSetIterator(const JSHandle<JSAPIHashSet> &hashSet, Iter…
Dobject_factory.cpp3793 JSHandle<JSAPIHashSetIterator> ObjectFactory::NewJSAPIHashSetIterator(const JSHandle<JSAPIHashSet> … in NewJSAPIHashSetIterator() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1379 factory->NewJSAPIHashSetIterator(jsAPIHashSet, IterationKind::KEY); in HWTEST_F_L0()