Liking cljdoc? Tell your friends :D

js.GeneratorFunction

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
raw docstring

lengthcljs

(length this)

Property.

The GeneratorFunction constructor's length property whose value 1.

Property.

The GeneratorFunction constructor's length property whose value
1.
sourceraw docstring

prototypecljs

(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`
sourceraw docstring

set-length!cljs

(set-length! this val)

Property.

The GeneratorFunction constructor's length property whose value 1.

Property.

The GeneratorFunction constructor's length property whose value
1.
sourceraw docstring

set-prototype!cljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close