| browser.js |
|
0 |
| 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]
--- |
432 |
| number.js |
---
es6id: 12.2.5
description: >
computed property method names can be a number
includes: [compareArray.js]
--- |
924 |
| shell.js |
|
0 |
| string.js |
---
es6id: 12.2.5
description: >
computed property method names can be a string
includes: [compareArray.js]
--- |
924 |
| super.js |
---
es6id: 12.2.5
description: >
computed property methods can call super methods
--- |
1113 |
| symbol.js |
---
es6id: 12.2.5
description: >
computed property method names can be a symbol
includes: [compareArray.js]
features: [Symbol]
--- |
1078 |