browser.js |
|
0 |
cross-realm.js |
---
esid: sec-symbol.iterator
description: Value shared by all realms
info: |
Unless otherwise specified, well-known symbols values are shared by all
realms.
features: [cross-realm, Symbol.iterator]
--- |
474 |
prop-desc.js |
---
es6id: 19.4.2.4
description: >
`Symbol.iterator` property descriptor
info: |
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: false }.
includes: [propertyHelper.js]
features: [Symbol.iterator]
--- |
601 |
shell.js |
|
0 |