These properties are defined on Generator.prototype
and shared by all Generator
instances.
Generator.prototype.constructor
-
The constructor function that created the instance object. For
Generator
instances, the initial value isGeneratorFunction.prototype
.Note:
Generator
objects do not store a reference to the generator function that created them. Generator.prototype[Symbol.toStringTag]
-
The initial value of the
Object.prototype.toString()
.