Name Description Size
browser.js 0
clear
constructor.js --- esid: sec-map-constructor description: Map.prototype.constructor value and descriptor info: | The initial value of Map.prototype.constructor is the intrinsic object %Map%. includes: [propertyHelper.js] --- 623
delete
descriptor.js --- esid: sec-map.prototype description: Map.prototype property attributes. info: | This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }. includes: [propertyHelper.js] --- 510
entries
forEach
get
has
keys
set
shell.js 0
size
Symbol.iterator
Symbol.iterator.js --- esid: sec-map.prototype-@@iterator description: Initial state of the Symbol.iterator property info: | The initial value of the @@iterator property is the same function object as the initial value of the entries property. Per ES6 section 17, the method should exist on the Array prototype, and it should be writable and configurable, but not enumerable. includes: [propertyHelper.js] features: [Symbol.iterator] --- 819
Symbol.toStringTag.js --- esid: sec-map.prototype-@@tostringtag description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value "Map". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Symbol.toStringTag] --- 763
values