Name Description Size
browser.js 0
constructor.js --- esid: sec-asyncgenerator-prototype-constructor description: > The GeneratorPrototype intrinsic's constructor. info: | AsyncGenerator.prototype.constructor The initial value of AsyncGenerator.prototype.constructor is the intrinsic object %AsyncGenerator%. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [async-iteration] --- 885
next
return
shell.js 0
Symbol.toStringTag.js --- esid: sec-asyncgenerator-prototype-tostringtag description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value "AsyncGenerator". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [async-iteration, Symbol.toStringTag] --- 827
throw