Name Description Size
browser.js 0
constructor.js --- esid: sec-asyncgeneratorfunction-prototype-constructor description: > `constructor` property of the AsyncGeneratorFunction.prototype object info: | The initial value of AsyncGeneratorFunction.prototype.constructor is the intrinsic object %AsyncGeneratorFunction%. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [async-iteration] --- 911
extensibility.js --- esid: sec-properties-of-asyncgenerator-prototype description: Object extensibility info: | The initial value of the [[Extensible]] internal slot of the AsyncGeneratorFunction prototype object is true. features: [async-iteration] --- 548
not-callable.js --- esid: sec-properties-of-asyncgeneratorfunction-prototype description: > %AsyncGeneratorFunction.prototype% is an ordinary non-callable object. info: | Properties of the AsyncGeneratorFunction Prototype Object The AsyncGeneratorFunction prototype object: [...] is an ordinary object. is not a function object and does not have an [[ECMAScriptCode]] internal slot or any other of the internal slots listed in Table 28 or Table 75. features: [async-iteration] --- 1028
prop-desc.js --- description: AsyncGeneratorFunction.prototype property descriptor esid: sec-asyncgeneratorfunction-prototype info: | This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }. includes: [propertyHelper.js] features: [async-iteration] --- 658
prototype.js --- esid: sec-asyncgeneratorfunction-prototype-prototype description: > The value of AsyncGeneratorFunction.prototype.prototype is the %AsyncGeneratorPrototype% intrinsic object. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [async-iteration] --- 855
shell.js 0
Symbol.toStringTag.js --- esid: sec-asyncgeneratorfunction-prototype-tostringtag description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value "AsyncGeneratorFunction". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [async-iteration, Symbol.toStringTag] --- 829