The Symbol.prototype property represents the prototype for the Symbol constructor.
Property attributes of Symbol.prototype
| |
|---|---|
| Writable | no |
| Enumerable | no |
| Configurable | no |
Symbol instances inherit from Symbol.prototype. You can use the constructor's prototype object to add properties or methods to all Symbol instances.
Symbol.prototype.constructorSymbol function by default.Symbol.prototype.toSource()
Symbol object. Overrides the Object.prototype.toSource() method.Symbol.prototype.toString()Object.prototype.toString() method.Symbol.prototype.valueOf()Symbol object. Overrides the Object.prototype.valueOf() method.Symbol.prototype[@@toPrimitive]Symbol object.| Specification | Status | Comment |
|---|---|---|
| ECMAScript 2015 (6th Edition, ECMA-262) The definition of 'Symbol.prototype' in that specification. | Standard | Initial definition. |
| ECMAScript 2017 Draft (ECMA-262) The definition of 'Symbol.prototype' in that specification. | Draft |
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | 36.0 (36.0) | No support | No support | No support |
| @@toPrimitive | ? | 44.0 (44.0) | ? | ? | ? |
| Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| Basic support | (Yes) | (Yes) | 36.0 (36.0) | No support | No support | No support |
| @@toPrimitive | ? | ? | 44.0 (44.0) | ? | ? | ? |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/prototype