Symbol.prototype
Symbol.prototype
该属性表示构造函数的原型。Symbol.prototypeSymbol
| Symbol.prototype
属性的属性特性: |
|:----|
| Writable | no |
| Enumerable | no |
| Configurable | no |
描述
Symbol
实例继承自Symbol.prototype
。您可以使用构造函数的原型对象为所有Symbol
实例添加属性或方法。
属性
Symbol.prototype.constructor
返回创建实例原型的函数。这是Symbol
默认的功能。
方法
Symbol.prototype.toSource()
返回包含Symbol
对象源码的字符串。覆盖Object.prototype.toSource()
方法。
规范
Specification | Status | Comment |
---|---|---|
ECMAScript 2015 (6th Edition, ECMA-262)The definition of 'Symbol.prototype' in that specification. | Standard | Initial definition. |
ECMAScript Latest Draft (ECMA-262)The definition of 'Symbol.prototype' in that specification. | Draft | |
浏览器兼容性
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | ? | (Yes) | 36.0 (36.0) | No support | No support | No support |
@@toPrimitive | ? | ? | 44.0 (44.0) | ? | ? | ? |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | 36.0 (36.0) | No support | No support | No support |
@@toPrimitive | ? | ? | ? | 44.0 (44.0) | ? | ? | ? |