Searched refs:CreateHashSetIterator (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashset_iterator.h | 32 …static JSHandle<JSTaggedValue> CreateHashSetIterator(JSThread *thread, const JSHandle<JSTaggedValu…
|
| D | js_api_hashset_iterator.cpp | 137 JSHandle<JSTaggedValue> JSAPIHashSetIterator::CreateHashSetIterator(JSThread *thread, in CreateHashSetIterator() function in panda::ecmascript::JSAPIHashSetIterator
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_hashset_iterator_test.cpp | 86 JSAPIHashSetIterator::CreateHashSetIterator(thread, undefined, IterationKind::KEY); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_hashset.cpp | 68 …JSHandle<JSTaggedValue> iter = JSAPIHashSetIterator::CreateHashSetIterator(thread, self, Iteration… in GetIteratorObj() 88 …JSHandle<JSTaggedValue> iter = JSAPIHashSetIterator::CreateHashSetIterator(thread, self, Iteration… in Values() 109 JSAPIHashSetIterator::CreateHashSetIterator(thread, self, IterationKind::KEY_AND_VALUE); in Entries()
|