Name Description Size
browser.js 0
constructor.js --- esid: sec-symbol.prototype.constructor description: Property descriptor info: | Every other data property described in clauses 18 through 26 and in Annex B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. includes: [propertyHelper.js] features: [Symbol] --- 722
description
intrinsic.js --- es6id: 19.4.3 description: > Symbol prototype features: [Symbol] --- 390
shell.js 0
Symbol.toPrimitive
Symbol.toStringTag.js --- es6id: 19.4.3.5 description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value "Symbol". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Symbol.toStringTag] --- 759
toString
valueOf