Name Description Size
browser.js 0
constructor.js --- description: > The GeneratorPrototype intrinsic should define a `constructor` property that is non-enumerable, non-writable, and configurable. includes: [propertyHelper.js] es6id: 25.3.1 features: [generators] --- 725
next
return
shell.js 0
Symbol.toStringTag.js --- description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value "Generator". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. es6id: 25.3.1.5 includes: [propertyHelper.js] features: [generators, Symbol.toStringTag] --- 880
throw