General
14Creates a new javascript array. @param {...*} var_args
macrocljs.core
Recursively transforms ClojureScript values to JavaScript. sets/vectors/lists become Arrays, Keywords and Symbol become ...
functioncljs.core
- special-form
cljs.core
Recursively transforms JavaScript arrays into ClojureScript vectors, and JavaScript objects into ClojureScript maps. Wi...
functioncljs.core
Emit a top-level JavaScript multi-line comment. New lines will create a new comment line. Comment block will be preceded...
macrocljs.core
Emit JavaScript "debugger;" statement
macrocljs.core
Delete a property from a JavaScript object. Returns true upon success, false otherwise.
macrocljs.core
Emit an inline JavaScript comment.
macrocljs.core
Invoke JavaScript object method via string. Needed when the string is not a valid unquoted property name.
functioncljs.core
Return the JavaScript keys for an object.
functioncljs.core
Create JavaSript object from an even number arguments representing interleaved keys and values.
macrocljs.core
Identical to specify! but does not mutate its first argument. The first argument must be an ICloneable instance.
macrocljs.core
Identical to reify but mutates its first argument.
macrocljs.core
Defines a scope where JavaScript's implicit "this" is bound to the name provided.
macrocljs.core