Name Description Size
ancestry.js --- es6id: 21.1.5.2 description: > The [[Prototype]] internal slot ofthe %StringIteratorPrototype% is the %IteratorPrototype% intrinsic object (25.1.2). features: [Symbol.iterator] --- 575
browser.js 0
next
shell.js 0
Symbol.toStringTag.js --- es6id: 21.1.5.2.2 description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the string value "String Iterator". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. features: [Symbol.iterator, Symbol.toStringTag] includes: [propertyHelper.js] --- 881