Home
last modified time | relevance | path

Searched refs:CreateSetIterator (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_iterator_test.cpp48 HWTEST_F_L0(JSSetIteratorTest, CreateSetIterator) in HWTEST_F_L0() argument
54 … JSSetIterator::CreateSetIterator(thread, JSHandle<JSTaggedValue>(jsSet), IterationKind::KEY); in HWTEST_F_L0()
63 … JSSetIterator::CreateSetIterator(thread, JSHandle<JSTaggedValue>(jsSet), IterationKind::VALUE); in HWTEST_F_L0()
119 JSSetIterator::CreateSetIterator(thread, JSHandle<JSTaggedValue>(jsSet), kind); in NextCommon()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_set_iterator.h27 …static JSHandle<JSTaggedValue> CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &…
Djs_shared_set_iterator.cpp72 JSHandle<JSTaggedValue> JSSharedSetIterator::CreateSetIterator(JSThread *thread, in CreateSetIterator() function in panda::ecmascript::JSSharedSetIterator
/arkcompiler/ets_runtime/ecmascript/
Djs_set_iterator.h27 …static JSHandle<JSTaggedValue> CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &…
Djs_set_iterator.cpp102 JSHandle<JSTaggedValue> JSSetIterator::CreateSetIterator(JSThread *thread, const JSHandle<JSTaggedV… in CreateSetIterator() function in panda::ecmascript::JSSetIterator
/arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/
Dsetiteratorrefget_fuzzer.cpp60 … JSSetIterator::CreateSetIterator(thread, JSHandle<JSTaggedValue>(jsSet), IterationKind::KEY); in SetIteratorRefGetFuzztest()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp258 …JSHandle<JSTaggedValue> iter = JSSetIterator::CreateSetIterator(thread, self, IterationKind::KEY_A… in Entries()
270 …JSHandle<JSTaggedValue> iter = JSSetIterator::CreateSetIterator(thread, self, IterationKind::VALUE… in Values()
Dbuiltins_shared_set.cpp250 …JSHandle<JSTaggedValue> iter = JSSharedSetIterator::CreateSetIterator(thread, self, IterationKind:… in Entries()
267 …JSHandle<JSTaggedValue> iter = JSSharedSetIterator::CreateSetIterator(thread, self, IterationKind:… in Values()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_set_test.cpp123 …JSSharedSetIterator::CreateSetIterator(thread, JSHandle<JSTaggedValue>(jsSet), IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1100 … JSSetIterator::CreateSetIterator(thread, JSHandle<JSTaggedValue>(jsSet), IterationKind::KEY); in HWTEST_F_L0()
Dffi_workload.cpp4543 JSSetIterator::CreateSetIterator(thread_, JSHandle<JSTaggedValue>(set), IterationKind::KEY); in HWTEST_F_L0()
4567 JSSetIterator::CreateSetIterator(thread_, JSHandle<JSTaggedValue>(set), IterationKind::KEY); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1759 …JSSetIterator::CreateSetIterator(vm->GetJSThread(), JSHandle<JSTaggedValue>::Cast(jsSet), iterKind… in New()