Name Description Size
browser.js 0
shell.js 0
toString.js --- esid: sec-intl.ListFormat.prototype-@@tostringtag description: > Checks Object.prototype.toString with Intl.ListFormat objects. info: | Intl.ListFormat.prototype[ @@toStringTag ] The initial value of the @@toStringTag property is the string value "Intl.ListFormat". features: [Intl.ListFormat] --- 672
toStringTag.js --- esid: sec-intl.ListFormat.prototype-@@tostringtag description: > Checks the @@toStringTag property of the ListFormat prototype object. info: | Intl.ListFormat.prototype[ @@toStringTag ] The initial value of the @@toStringTag property is the string value "Intl.ListFormat". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Intl.ListFormat, Symbol.toStringTag] --- 791