Home
last modified time | relevance | path

Searched defs:newMap (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/forof_map/
Dforof_map.js80 const newMap = new MyMap([ constant
/arkcompiler/ets_runtime/ecmascript/
Djs_map.cpp29 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Set(thread, mapHandle, key, value); in Set() local
48 JSHandle<LinkedHashMap> newMap = linkedMap->Clear(thread, mapHandle); in Clear() local
Djs_weak_container.cpp31 JSHandle<LinkedHashMap> newMap = LinkedHashMap::SetWeakRef(thread, mapHandle, key, value); in Set() local
44 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, mapHandle); in Delete() local
Djs_finalization_registry.cpp210 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, maybeUnregister); in CleanupFinalizationRegistry() local
Dlinked_hash_table.cpp187 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Create(thread, LinkedHashMap::MIN_CAPACITY, in Clear() local
Dtagged_dictionary.cpp491 auto newMap = PointerToIndexDictionary::Create(thread, map->Size()); in UpdateProtoTransitionTable() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_map.cpp35 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Set(thread, mapHandle, key, value); in Set() local
59 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Clear(thread, mapHandle); in Clear() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map.cpp37 JSTaggedValue newMap = TaggedTreeMap::Set(thread, mapHandle, key, value); in Set() local
77 JSTaggedValue newMap = TaggedTreeMap::Delete(thread, mapHandle, entry); in Delete() local
/arkcompiler/ets_runtime/test/moduletest/mapget/
Dmapget.js158 const newMap = new Map(); constant
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp755 …JSHandle<NameDictionary> newMap = NameDictionary::Put(thread, mapHandle, localName, moduleNamespac… in ModuleDeclarationEnvironmentSetup() local
780 … JSHandle<NameDictionary> newMap = NameDictionary::Put(thread, mapHandle, localName, resolution, in ModuleDeclarationEnvironmentSetup() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp974 JSHandle<TaggedTreeMap> newMap = JSHandle<TaggedTreeMap>::Cast(resOfDelete); in HWTEST_F_L0() local