Liking cljdoc? Tell your friends :D

js.Boolean

The Boolean object is an object wrapper for a boolean value.

The Boolean object is an object wrapper for a boolean value.
raw docstring

lengthcljs

(length this)

Property.

Length property whose value is 1.

Property.

Length property whose value is 1.
sourceraw docstring

prototypecljs

(prototype this)

Property.

The Boolean.prototype property represents the prototype for the constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/prototype

Property.

The Boolean.prototype property represents the prototype for the
constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/prototype`
sourceraw docstring

set-length!cljs

(set-length! this val)

Property.

Length property whose value is 1.

Property.

Length property whose value is 1.
sourceraw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The Boolean.prototype property represents the prototype for the constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/prototype

Property.

The Boolean.prototype property represents the prototype for the
constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/prototype`
sourceraw docstring

to-sourcecljs

(to-source this & args)

Method.

The toSource() method returns a string representing the source of the object.

booleanObj.toSource() Boolean.toSource()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/toSource

Method.

The toSource() method returns a string representing the source
of the object.

`booleanObj.toSource()
Boolean.toSource()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/toSource`
sourceraw docstring

to-stringcljs

(to-string this)

Method.

The toString() method returns a string representing the specified object.

bool.toString()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/toString

Method.

The toString() method returns a string representing the specified
object.

`bool.toString()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/toString`
sourceraw docstring

value-ofcljs

(value-of this)

Method.

The valueOf() method returns the primitive value of a js.Boolean

bool.valueOf()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/valueOf

Method.

The valueOf() method returns the primitive value of a `js.Boolean`

`bool.valueOf()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean/valueOf`
sourceraw docstring

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

× close