/third_party/typescript/tests/baselines/reference/ |
D | typeFromPrototypeAssignment2.types | 3 // all references to _map, set, get, addon should be ok 5 …_map = {}; this._map this.set this.get this.addon }; Multimap.pr… 6 …_map = {}; this._map this.set this.get this.addon }; Multimap.pr… 12 >function() { this._map = {}; this._map this.set this.get this.a… 14 this._map = {}; 15 >this._map = {} : {} 16 >this._map : any 18 >_map : any 21 this._map 22 >this._map : {} [all …]
|
D | typeFromPrototypeAssignment.types | 2 // all references to _map, set, get, addon should be ok 7 >function() { this._map = {}; this._map this.set this.get this.addon} : typeof Multi… 9 this._map = {}; 10 >this._map = {} : {} 11 >this._map : any 13 >_map : any 16 this._map 17 >this._map : {} 19 >_map : {} 39 … set: function() { this._map this.set this.get this.addon }, ge… [all …]
|
D | jsdocTemplateTag4.types | 12 this._map = {}; 13 >this._map = {} : {} 14 >this._map : { [x: string]: V; } 16 >_map : { [x: string]: V; } 26 >Multimap.prototype.get = function (key) { return this._map[key + ''];} : (key: K) => V 32 >function (key) { return this._map[key + ''];} : (key: K) => V 35 return this._map[key + '']; 36 >this._map[key + ''] : V 37 >this._map : { [x: string]: V; } 39 >_map : { [x: string]: V; } [all …]
|
D | jsdocTemplateTag5.types | 12 this._map = {}; 13 >this._map = {} : {} 14 >this._map : { [x: string]: V; } 16 >_map : { [x: string]: V; } 22 …k * @returns {V} the value ok */ get(key) { return this._map[key + '']; }} : … 26 …k * @returns {V} the value ok */ get(key) { return this._map[key + '']; }} : … 36 return this._map[key + '']; 37 >this._map[key + ''] : V 38 >this._map : { [x: string]: V; } 40 >_map : { [x: string]: V; } [all …]
|
D | jsdocTemplateTag5.symbols | 12 this._map = {}; 13 >this._map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 15 >_map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 32 return this._map[key + '']; 33 >this._map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 35 >_map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 50 this._map = {}; 51 >this._map : Symbol(Multimap2._map, Decl(a.js, 27, 28)) 53 >_map : Symbol(Multimap2._map, Decl(a.js, 27, 28)) 70 return this._map[key + '']; [all …]
|
D | jsdocTemplateTag4.symbols | 12 this._map = {}; 13 >this._map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 15 >_map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 30 return this._map[key + '']; 31 >this._map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 33 >_map : Symbol(Multimap._map, Decl(a.js, 6, 21)) 47 this._map = {}; 48 >this._map : Symbol(Multimap2._map, Decl(a.js, 25, 28)) 50 >_map : Symbol(Multimap2._map, Decl(a.js, 25, 28)) 65 return this._map[key + '']; [all …]
|
D | typeFromPrototypeAssignment.symbols | 2 // all references to _map, set, get, addon should be ok 8 this._map = {}; 9 >this._map : Symbol(Multimap._map, Decl(a.js, 3, 27)) 11 >_map : Symbol(Multimap._map, Decl(a.js, 3, 27)) 13 this._map 14 >this._map : Symbol(Multimap._map, Decl(a.js, 3, 27)) 16 >_map : Symbol(Multimap._map, Decl(a.js, 3, 27)) 43 this._map 44 >this._map : Symbol(Multimap._map, Decl(a.js, 3, 27)) 46 >_map : Symbol(Multimap._map, Decl(a.js, 3, 27)) [all …]
|
D | typeFromPrototypeAssignment2.symbols | 3 // all references to _map, set, get, addon should be ok 11 this._map = {}; 12 >this._map : Symbol(Multimap._map, Decl(a.js, 4, 31)) 14 >_map : Symbol(Multimap._map, Decl(a.js, 4, 31)) 16 this._map 17 >this._map : Symbol(Multimap._map, Decl(a.js, 4, 31)) 19 >_map : Symbol(Multimap._map, Decl(a.js, 4, 31)) 46 this._map 47 >this._map : Symbol(Multimap._map, Decl(a.js, 4, 31)) 49 >_map : Symbol(Multimap._map, Decl(a.js, 4, 31)) [all …]
|
D | typeFromPrototypeAssignment3.types | 5 this._map = {}; 6 >this._map = {} : {} 7 >this._map : any 9 >_map : any 15 … * @returns {number} the value ok */ get(key) { return this._map[key + '']; }} : … 19 … * @returns {number} the value ok */ get(key) { return this._map[key + '']; }} : … 29 return this._map[key + '']; 30 >this._map[key + ''] : any 31 >this._map : {} 33 >_map : {}
|
D | typeFromPrototypeAssignment3.symbols | 5 this._map = {}; 6 >this._map : Symbol(Multimap3._map, Decl(bug26885.js, 0, 22)) 8 >_map : Symbol(Multimap3._map, Decl(bug26885.js, 0, 22)) 25 return this._map[key + '']; 26 >this._map : Symbol(Multimap3._map, Decl(bug26885.js, 0, 22)) 28 >_map : Symbol(Multimap3._map, Decl(bug26885.js, 0, 22))
|
D | typeFromPrototypeAssignment4.types | 5 this._map = {}; 6 >this._map = {} : {} 7 >this._map : any 9 >_map : any 15 …g} key * @returns {number} the value ok */ get(key) { return this._map[key + '']; }} : { … 19 …g} key * @returns {number} the value ok */ get(key) { return this._map[key + '']; }} : { … 29 return this._map[key + '']; 30 >this._map[key + ''] : any 31 >this._map : {} 33 >_map : {}
|
D | typeFromPrototypeAssignment4.symbols | 5 this._map = {}; 6 >this._map : Symbol(Multimap4._map, Decl(a.js, 0, 22)) 8 >_map : Symbol(Multimap4._map, Decl(a.js, 0, 22)) 24 return this._map[key + '']; 25 >this._map : Symbol(Multimap4._map, Decl(a.js, 0, 22)) 27 >_map : Symbol(Multimap4._map, Decl(a.js, 0, 22))
|
D | typeFromPrototypeAssignment.errors.txt | 5 // all references to _map, set, get, addon should be ok 9 this._map = {}; 10 this._map 18 this._map 24 this._map 34 this._map 41 mm._map
|
D | typeFromPrototypeAssignment2.errors.txt | 6 // all references to _map, set, get, addon should be ok 10 this._map = {}; 11 this._map 19 this._map 25 this._map 35 this._map 42 mm._map
|
D | propertiesOfGenericConstructorFunctions.types | 14 this._map = {}; 15 >this._map = {} : {} 16 >this._map : { [s: string]: V; } 18 >_map : { [s: string]: V; } 51 var n = map._map['hi'] 53 >map._map['hi'] : number 54 >map._map : { [s: string]: number; } 56 >_map : { [s: string]: number; } 69 var n = map2._map['hi'] 71 >map2._map['hi'] : number [all …]
|
D | propertiesOfGenericConstructorFunctions.symbols | 14 this._map = {}; 15 >this._map : Symbol(Multimap._map, Decl(propertiesOfGenericConstructorFunctions.js, 6, 27)) 17 >_map : Symbol(Multimap._map, Decl(propertiesOfGenericConstructorFunctions.js, 6, 27)) 41 var n = map._map['hi'] 43 >map._map : Symbol(Multimap._map, Decl(propertiesOfGenericConstructorFunctions.js, 6, 27)) 45 >_map : Symbol(Multimap._map, Decl(propertiesOfGenericConstructorFunctions.js, 6, 27)) 55 var n = map2._map['hi'] 57 >map2._map : Symbol(Multimap._map, Decl(propertiesOfGenericConstructorFunctions.js, 6, 27)) 59 >_map : Symbol(Multimap._map, Decl(propertiesOfGenericConstructorFunctions.js, 6, 27))
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LocaleExtensions.java | 29 private SortedMap<Character, Extension> _map; field in LocaleExtensions 42 EMPTY_EXTENSIONS._map = EMPTY_MAP; 46 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>(); 47 …CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExten… in Character.valueOf() 51 NUMBER_THAI._map = new TreeMap<Character, Extension>(); 52 …NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.N… in Character.valueOf() 68 _map = EMPTY_MAP; in LocaleExtensions() 74 _map = new TreeMap<Character, Extension>(); in LocaleExtensions() 89 _map.put(Character.valueOf(key), e); in LocaleExtensions() 114 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleExtensions.java | 25 private SortedMap<Character, Extension> _map; field in LocaleExtensions 38 EMPTY_EXTENSIONS._map = EMPTY_MAP; 42 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>(); 43 …CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExten… in Character.valueOf() 47 NUMBER_THAI._map = new TreeMap<Character, Extension>(); 48 …NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.N… in Character.valueOf() 64 _map = EMPTY_MAP; in LocaleExtensions() 70 _map = new TreeMap<Character, Extension>(); in LocaleExtensions() 85 _map.put(Character.valueOf(key), e); in LocaleExtensions() 110 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions() [all …]
|
/third_party/jsframework/runtime/main/app/ |
D | map.ts | 26 public _map: Page[]; property in PageLinkedMap 29 this._map = []; 33 this._map.unshift(instance); 44 this._map.push(instance); 55 const index = this._map.indexOf(instance); 58 delete this._map.splice(index, 1); 62 const appMap = this._map.filter(instance => { 70 const index = pageLinkedMap._map.map(instance => instance.id).lastIndexOf(id); 71 return pageLinkedMap._map[index];
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromPrototypeAssignment.ts | 11 this._map = {}; 12 this._map 20 this._map 26 this._map 34 this._map 41 mm._map
|
D | typeFromPrototypeAssignment2.ts | 12 this._map = {}; 13 this._map 21 this._map 27 this._map 35 this._map 42 mm._map
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocTemplateTag4.ts | 15 this._map = {}; 23 return this._map[key + '']; 34 this._map = {}; 42 return this._map[key + '']; 54 this._map = {}; 62 return this._map[key + ''];
|
D | jsdocTemplateTag5.ts | 15 this._map = {}; 24 return this._map[key + '']; 36 this._map = {}; 45 return this._map[key + '']; 58 this._map = {}; 67 return this._map[key + ''];
|
/third_party/typescript/src/harness/ |
D | collectionsImpl.ts | 253 private _map: { [key: string]: any }; property in collections.Metadata 260 … this._map = Object.create(parent ? parent._map : null); // eslint-disable-line no-null/no-null 266 for (const _ in this._map) size++; 280 return this._map[Metadata._escapeKey(key)] !== undefined; 284 const value = this._map[Metadata._escapeKey(key)]; 289 … this._map[Metadata._escapeKey(key)] = value === undefined ? Metadata._undefinedValue : value; 297 if (this._map[escapedKey] !== undefined) { 298 delete this._map[escapedKey]; 307 …this._map = Object.create(this._parent ? this._parent._map : null); // eslint-disable-line no-null… 313 for (const key in this._map) { [all …]
|
/third_party/jsframework/runtime/main/page/api/ |
D | Differ.ts | 27 private _map: object[]; property in Differ 33 this._map = []; 42 return this._map.length === 0; 74 const map: object[] = this._map; 96 const map: object[] = this._map.slice(); 97 this._map.length = 0;
|