The GeneratorFunction constructor creates a new generator function
In JavaScript every generator function is actually a GeneratorFunction
The GeneratorFunction constructor creates a new `generator function` In JavaScript every generator function is actually a GeneratorFunction
(length this)
Property.
The GeneratorFunction constructor's length property whose value 1.
Property. The GeneratorFunction constructor's length property whose value 1.
(prototype this)
Property.
The GeneratorFunction.prototype property represents the js.GeneratorFunction
object.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
Property. The GeneratorFunction.prototype property represents the `js.GeneratorFunction` object. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype`
(set-length! this val)
Property.
The GeneratorFunction constructor's length property whose value 1.
Property. The GeneratorFunction constructor's length property whose value 1.
(set-prototype! this val)
Property.
The GeneratorFunction.prototype property represents the js.GeneratorFunction
object.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
Property. The GeneratorFunction.prototype property represents the `js.GeneratorFunction` object. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close