Searched refs:NewJSAPIHashSetIterator (Results 1 – 7 of 7) sorted by relevance
53 JSHandle<JSAPIHashSetIterator> hashSetIterator = factory->NewJSAPIHashSetIterator( in HWTEST_F_L0()
198 …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()
1291 factory->NewJSAPIHashSetIterator(jsHashSet, IterationKind::KEY); in HWTEST_F_L0()
86 … JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashSetIterator(JSHandle<JSAPIHashSet>(obj), kind)); in CreateHashSetIterator()
723 …JSHandle<JSAPIHashSetIterator> NewJSAPIHashSetIterator(const JSHandle<JSAPIHashSet> &hashSet, Iter…
3793 JSHandle<JSAPIHashSetIterator> ObjectFactory::NewJSAPIHashSetIterator(const JSHandle<JSAPIHashSet> … in NewJSAPIHashSetIterator() function in panda::ecmascript::ObjectFactory
1379 factory->NewJSAPIHashSetIterator(jsAPIHashSet, IterationKind::KEY); in HWTEST_F_L0()