| browser.js |
|
0 |
| getter-duplicates.js |
---
es6id: 12.2.5
description: >
In a class, duplicate computed property getter names produce only a single property of
that name, whose value is the value of the last property of that name.
--- |
1268 |
| getter.js |
---
es6id: 12.2.5
description: >
Computed property names for getters
--- |
360 |
| setter-duplicates.js |
---
es6id: 12.2.5
description: >
In a class, duplicate computed property setter names produce only a single property of
that name, whose value is the value of the last property of that name.
--- |
1474 |
| setter.js |
---
es6id: 12.2.5
description: >
Computed property names for setters
--- |
414 |
| shell.js |
|
0 |