Lines Matching refs:_map

11012     this._map = Object.create(null);
11028 …if (typeof (value = this._map[key1]) !== 'undefined' || key1 in this._map || typeof key2 === 'unde…
11032 …if (typeof (value = this._map[key2]) !== 'undefined' || key2 in this._map || typeof key3 === 'unde…
11036 value = this._map[key3] || null;
11044 …if (typeof (value = this._map[key1]) !== 'undefined' || key1 in this._map || typeof key2 === 'unde…
11052 …if (typeof (value = this._map[key2]) !== 'undefined' || key2 in this._map || typeof key3 === 'unde…
11060 value = this._map[key3] || null;
11090 return this._map[key];
11093 return Object.keys(this._map);
11096 this._map[key] = value;
11099 return key in this._map;
11102 for (var key in this._map) {
11119 for (var keyName in dict._map) {
11120 if (mergedDict._map[keyName] !== undefined) {
11124 mergedDict._map[keyName] = dict._map[keyName];
33791 this._map = [];
33808 this._map[low++] = dstLow++;
33817 this._map[low++] = dstLow;
33828 this._map[low] = array[i++];
33835 this._map[src] = dst;
33840 return this._map[code];
33845 return this._map[code] !== undefined;
33850 var map = this._map;
33868 var map = this._map;
33885 return this._map;
33915 return this._map.length;
33924 if (this._map.length !== 0x10000) {
33929 if (this._map[i] !== i) {
34876 this._map = cmap;
34881 return this._map.length;
34885 for (var charCode in this._map) {
34886 callback(charCode, this._map[charCode].charCodeAt(0));
34890 return this._map[i] !== undefined;
34893 return this._map[i];
34896 var map = this._map;
34912 this._map[charCode] = map[charCode];