Name Description Size
browser.js 0
length.js --- es6id: 21.1.5.2.1 description: > %StringIteratorPrototype%.next.length is 0. info: | %StringIteratorPrototype%.next ( ) 17 ECMAScript Standard Built-in Objects: Every built-in Function object, including constructors, has a length property whose value is an integer. Unless otherwise specified, this value is equal to the largest number of named arguments shown in the subclause headings for the function description, including optional parameters. However, rest parameters shown using the form “...name” are not included in the default argument count. Unless otherwise specified, the length property of a built-in Function object has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Symbol.iterator] --- 1206
name.js --- es6id: 21.1.5.2.1 description: > %StringIteratorPrototype%.next.name is "next". info: | %StringIteratorPrototype%.next ( ) 17 ECMAScript Standard Built-in Objects: Every built-in Function object, including constructors, that is not identified as an anonymous function has a name property whose value is a String. Unless otherwise specified, the name property of a built-in Function object, if it exists, has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Symbol.iterator] --- 967
next-iteration-surrogate-pairs.js --- es6id: 21.1.5.2.1 description: > Iteration should respect UTF-16-encoded Unicode code points specified via surrogate pairs. features: [Symbol.iterator] --- 2394
next-iteration.js --- es6id: 21.1.5.2.1 description: > Iteration should visit each UTF-8 code point exactly once. features: [Symbol.iterator] --- 1215
next-missing-internal-slots.js --- esid: sec-properties-of-string-iterator-instances description: > If the `this` value does not have all of the internal slots of an String Iterator Instance (21.1.5.3), throw a `TypeError` exception. info: | ... If O does not have all of the internal slots of a String Iterator Instance (21.1.5.3), throw a TypeError exception. ... features: [Symbol.iterator] --- 685
shell.js 0