Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_map_iterator_test.cpp49 HWTEST_F_L0(JSMapIteratorTest, CreateMapIterator) in HWTEST_F_L0() argument
55 JSMapIterator::CreateMapIterator(thread, JSHandle<JSTaggedValue>::Cast(jsMap), iterKind); in HWTEST_F_L0()
60 JSMapIterator::CreateMapIterator(thread, JSHandle<JSTaggedValue>::Cast(jsMap), iterKind); in HWTEST_F_L0()
65 JSMapIterator::CreateMapIterator(thread, JSHandle<JSTaggedValue>::Cast(jsMap), iterKind); in HWTEST_F_L0()
86 JSMapIterator::CreateMapIterator(thread, JSHandle<JSTaggedValue>::Cast(jsMap1), iterKind); in HWTEST_F_L0()
109 JSMapIterator::CreateMapIterator(thread, mapValue, IterationKind::KEY); in HWTEST_F_L0()
131 JSMapIterator::CreateMapIterator(thread, mapValue, IterationKind::KEY); in HWTEST_F_L0()
191 …JSHandle<JSMapIterator> mapIterator(JSMapIterator::CreateMapIterator(thread, mapValue, IterationKi… in HWTEST_F_L0()
227 JSMapIterator::CreateMapIterator(thread, mapValue, IterationKind::KEY_AND_VALUE)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/mapiteratorefget_fuzzer/
Dmapiteratorefget_fuzzer.cpp81 …JSHandle<JSTaggedValue> mapIteratorVal = JSMapIterator::CreateMapIterator(thread, mapValue, Iterat… in MapIteratorRefGetIndexFuzzTest()
107 JSMapIterator::CreateMapIterator(thread, mapValue, IterationKind::KEY); in MapIteratorRefGetKindFuzzTest()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_map_iterator.h30 …static JSHandle<JSTaggedValue> CreateMapIterator(JSThread *thread, const JSHandle<JSTaggedValue> &…
Djs_shared_map_iterator.cpp79 JSHandle<JSTaggedValue> JSSharedMapIterator::CreateMapIterator(JSThread *thread, in CreateMapIterator() function in panda::ecmascript::JSSharedMapIterator
/arkcompiler/ets_runtime/ecmascript/
Djs_map_iterator.h30 …static JSHandle<JSTaggedValue> CreateMapIterator(JSThread *thread, const JSHandle<JSTaggedValue> &…
Djs_map_iterator.cpp110 JSHandle<JSTaggedValue> JSMapIterator::CreateMapIterator(JSThread *thread, const JSHandle<JSTaggedV… in CreateMapIterator() function in panda::ecmascript::JSMapIterator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_map.cpp241 …JSHandle<JSTaggedValue> iter = JSMapIterator::CreateMapIterator(thread, self, IterationKind::KEY_A… in Entries()
252 … JSHandle<JSTaggedValue> iter = JSMapIterator::CreateMapIterator(thread, self, IterationKind::KEY); in Keys()
263 …JSHandle<JSTaggedValue> iter = JSMapIterator::CreateMapIterator(thread, self, IterationKind::VALUE… in Values()
Dbuiltins_shared_map.cpp227 …JSHandle<JSTaggedValue> iter = JSSharedMapIterator::CreateMapIterator(thread, self, IterationKind:… in Entries()
243 …JSHandle<JSTaggedValue> iter = JSSharedMapIterator::CreateMapIterator(thread, self, IterationKind:… in Keys()
259 …JSHandle<JSTaggedValue> iter = JSSharedMapIterator::CreateMapIterator(thread, self, IterationKind:… in Values()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp289 …JSHandle<JSTaggedValue> jsMapIteratorTag4 = JSMapIterator::CreateMapIterator(thread, mapTag, Itera… in HWTEST_F_L0()
321 JSMapIterator::CreateMapIterator(thread, mapTag, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
328 …JSHandle<JSTaggedValue> jsMapIteratorTag1 = JSMapIterator::CreateMapIterator(thread, mapTag, Itera… in HWTEST_F_L0()
332 …JSHandle<JSTaggedValue> jsMapIteratorTag2 = JSMapIterator::CreateMapIterator(thread, mapTag, Itera… in HWTEST_F_L0()
360 …JSHandle<JSTaggedValue> jsMapIteratorTag1 = JSMapIterator::CreateMapIterator(thread, mapTag, Itera… in HWTEST_F_L0()
390 …JSHandle<JSTaggedValue> jsMapIteratorTag2 = JSMapIterator::CreateMapIterator(thread, mapTag, Itera… in HWTEST_F_L0()
426 JSMapIterator::CreateMapIterator(thread, mapTag, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
1130 JSMapIterator::CreateMapIterator(thread, mapTag, IterationKind::KEY_AND_VALUE); in HWTEST_F_L0()
Dffi_workload.cpp3603 …JSMapIterator::CreateMapIterator(thread_, JSHandle<JSTaggedValue>::Cast(jsMap), IterationKind::KEY… in HWTEST_F_L0()
4495 …JSHandle<JSTaggedValue> mapIteratorVal = JSMapIterator::CreateMapIterator(thread_, mapValue, Itera… in HWTEST_F_L0()
4518 …JSHandle<JSTaggedValue> mapIteratorVal = JSMapIterator::CreateMapIterator(thread_, mapValue, Itera… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1385 ecmascript::JSMapIterator::CreateMapIterator(thread, map, IterationKind::KEY_AND_VALUE); in GetEntries()
1395 …JSHandle<JSTaggedValue> mapIter = ecmascript::JSMapIterator::CreateMapIterator(thread, map, Iterat… in GetKeys()
1405 …JSHandle<JSTaggedValue> mapIter = ecmascript::JSMapIterator::CreateMapIterator(thread, map, Iterat… in GetValues()
1548 … ecmascript::JSSharedMapIterator::CreateMapIterator(thread, map, IterationKind::KEY_AND_VALUE); in GetEntries()
1559 ecmascript::JSSharedMapIterator::CreateMapIterator(thread, map, IterationKind::KEY); in GetKeys()
1570 ecmascript::JSSharedMapIterator::CreateMapIterator(thread, map, IterationKind::VALUE); in GetValues()
1671 …JSMapIterator::CreateMapIterator(vm->GetJSThread(), JSHandle<JSTaggedValue>::Cast(jsMap), iterKind… in New()
DREADME.md3157 …JSMapIterator::CreateMapIterator(thread_, JSHandle<JSTaggedValue>::Cast(jsMap), IterationKind::KEY…
4700 JSHandle<JSTaggedValue> mapIteratorVal = JSMapIterator::CreateMapIterator(vm->GetJSThread(), mapVal…
4733 JSHandle<JSTaggedValue> mapIteratorVal = JSMapIterator::CreateMapIterator(thread_, mapValue, Iterat…