Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_map.cpp31 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Set(thread, mapHandle, key, value); in Set() local
50 JSHandle<LinkedHashMap> newMap = linkedMap->Clear(thread, mapHandle); in Clear() local
Djs_weak_container.cpp32 JSHandle<LinkedHashMap> newMap = LinkedHashMap::SetWeakRef(thread, mapHandle, key, value); in Set() local
45 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, mapHandle); in Delete() local
Djs_finalization_registry.cpp235 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, maybeUnregister); in CleanupFinalizationRegistry() local
Dlinked_hash_table.cpp173 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Create(thread); 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/ecmascript/module/
Djs_module_source_text.cpp546 …JSHandle<NameDictionary> newMap = NameDictionary::Put(thread, mapHandle, localName, moduleNamespac… in ModuleDeclarationEnvironmentSetup() local
570 … JSHandle<NameDictionary> newMap = NameDictionary::Put(thread, mapHandle, localName, resolution, in ModuleDeclarationEnvironmentSetup() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp274 auto newMap = new ChunkMap<K, V>(chunk_); in MergeMap() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp1062 JSHandle<TaggedTreeMap> newMap = JSHandle<TaggedTreeMap>::Cast(resOfDelete); in HWTEST_F_L0() local