Results 1 - 2 of 2

GeneratorFunction

The GeneratorFunction constructor creates a new generator function object. In JavaScript every generator function is actually a GeneratorFunction object.
Constructor ECMAScript6 GeneratorFunction Iterator JavaScript Reference

GeneratorFunction.prototype

The GeneratorFunction.prototype property represents the GeneratorFunction prototype object.
ECMAScript6 GeneratorFunction Iterator JavaScript Property Prototype Reference