Home
last modified time | relevance | path

Searched refs:SetIteratedMap (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_map_iterator.cpp84 iter->SetIteratedMap(thread, JSTaggedValue::Undefined()); in NextInternal()
106 SetIteratedMap(thread, JSTaggedValue(map)); in Update()
Dobject_factory.cpp3486 iter->SetIteratedMap(thread_, map->GetLinkedMap()); in NewJSMapIterator()
3501 iter->SetIteratedMap(thread_, map.GetTaggedValue()); in NewJSMapIterator()
4502 iter->SetIteratedMap(thread_, map); in NewJSAPITreeMapIterator()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_map_iterator_test.cpp80 HWTEST_F_L0(JSAPITreeMapIteratorTest, SetIteratedMap) in HWTEST_F_L0() argument
100 treeMapIterator->SetIteratedMap(thread, jsTreeMap.GetTaggedValue()); in HWTEST_F_L0()
297 treeMapIterator->SetIteratedMap(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0()
Djs_map_iterator_test.cpp80 HWTEST_F_L0(JSMapIteratorTest, SetIteratedMap) in HWTEST_F_L0() argument
90 jsMapIterator->SetIteratedMap(thread, JSHandle<JSTaggedValue>(thread, jsMap2->GetLinkedMap())); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_map_iterator.cpp75 iter->SetIteratedMap(thread, JSTaggedValue::Undefined()); in NextInternal()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map_iterator.cpp85 iter->SetIteratedMap(thread, JSTaggedValue::Undefined()); in Next()