Liking cljdoc? Tell your friends :D

clj-rhino


call-timeoutclj

(call-timeout scope fun timeout-ms & args)
source

call-timeout-rawclj

(call-timeout-raw scope fun timeout-ms & args)
source

ClojureConvertiblecljprotocol

-from-rhinoclj

(-from-rhino object)

convert a value from rhino to a more clojure friendly representation

convert a value from rhino to a more clojure friendly representation
source

compile-functionclj

(compile-function scope code & {:keys [filename line-number sec-domain]})
source

defined?clj

source

evalclj

(eval scope code & {:keys [ctx filename line-number sec-domain]})
source

eval-timeoutclj

(eval-timeout scope code timeout-ms & {:keys [filename line-number sec-domain]})
source

from-jsclj

(from-js obj)
source

getclj

(get scope var-name)
(get scope var-name not-found)

return the object referenced by var-name in scope, UniqueTag.NOT_FOUND if not found or not-found if supplied

return the object referenced by var-name in scope,
UniqueTag.NOT_FOUND if not found or not-found if supplied
sourceraw docstring

get-inclj

(get-in scope ks)
(get-in scope ks not-found)

Returns the value in a nested scope, where ks is a sequence of keys. Returns nil if the key is not present, or the not-found value if supplied.

Returns the value in a nested scope,
where ks is a sequence of keys. Returns nil if the key is not present,
or the not-found value if supplied.
sourceraw docstring

insecure-varsclj

source

make-fnclj

(make-fn fun)
source

new-root-scopeclj

(new-root-scope & [ctx sealed vars-to-remove])
source

new-safe-root-scopeclj

(new-safe-root-scope & [ctx])
source

new-safe-scopeclj

(new-safe-scope & [ctx])
source

new-scopeclj

(new-scope & [ctx parent-scope vars-to-remove])
source

RhinoConvertiblecljprotocol

-to-rhinoclj

(-to-rhino object scope ctx)

convert a value to a rhino compatible type

convert a value to a rhino compatible type
source

set!clj

(set! scope name value)
source

to-jsclj

(to-js obj scope & [ctx])
source

to-js-arrayclj

(to-js-array arr scope ctx)
source

to-js-genericclj

(to-js-generic obj scope ctx)
source

to-js-objectclj

(to-js-object obj scope ctx)
source

to-js-ratioclj

(to-js-ratio obj scope ctx)
source

undefined?clj

(undefined? value)
source

with-contextclj

(with-context fun)
source

with-context-if-nilclj

(with-context-if-nil ctx fun)
source

wrap-plain-fnclj

(wrap-plain-fn fun)
source

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

× close