Searched defs:newMap (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_map.cpp | 31 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Set(thread, mapHandle, key, value); in Set() local 50 JSHandle<LinkedHashMap> newMap = linkedMap->Clear(thread, mapHandle); in Clear() local
|
| D | js_weak_container.cpp | 32 JSHandle<LinkedHashMap> newMap = LinkedHashMap::SetWeakRef(thread, mapHandle, key, value); in Set() local 45 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, mapHandle); in Delete() local
|
| D | js_finalization_registry.cpp | 235 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Shrink(thread, maybeUnregister); in CleanupFinalizationRegistry() local
|
| D | linked_hash_table.cpp | 173 JSHandle<LinkedHashMap> newMap = LinkedHashMap::Create(thread); in Clear() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_map.cpp | 37 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/ |
| D | js_module_source_text.cpp | 546 …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/ |
| D | early_elimination.cpp | 274 auto newMap = new ChunkMap<K, V>(chunk_); in MergeMap() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_tree_test.cpp | 1062 JSHandle<TaggedTreeMap> newMap = JSHandle<TaggedTreeMap>::Cast(resOfDelete); in HWTEST_F_L0() local
|