| generator.js |
---
es6id: 12.2.5
description: >
computed property names can be used as the name of a generator method in an object
includes: [compareArray.js]
--- |
410 |
- |
| number.js |
---
es6id: 12.2.5
description: >
computed property method names can be a number
includes: [compareArray.js]
--- |
902 |
- |
| string.js |
---
es6id: 12.2.5
description: >
computed property method names can be a string
includes: [compareArray.js]
--- |
902 |
- |
| super.js |
---
es6id: 12.2.5
description: >
computed property methods can call super methods
--- |
1091 |
- |
| symbol.js |
---
es6id: 12.2.5
description: >
computed property method names can be a symbol
includes: [compareArray.js]
features: [Symbol]
--- |
1056 |
- |