(bindings flow-id thread-id idx)
(call-by-name fun-key args)
(callstack-node-childs node-ref)
(callstack-node-frame node-ref)
(callstack-tree-root-node flow-id thread-id)
(cljs-get-all-ns)
(cljs-get-ns-interns ns-symb)
(cljs-sorted-namespaces-sources ns-symbs)
Given ns-symbs
will return :
[["ns-name-1" ["form-1" "form-2"]]
["ns-name-2" ["form-1" "form-2"]]]
Used by tools from the repl to retrieve namespaces forms to instrument/uninstrument
Given `ns-symbs` will return : [["ns-name-1" ["form-1" "form-2"]] ["ns-name-2" ["form-1" "form-2"]]] Used by tools from the repl to retrieve namespaces forms to instrument/uninstrument
(cljs-source-fn symb)
(find-fn-frames-light flow-id thread-id fn-ns fn-name form-id)
(fn-call-stats flow-id thread-id)
(frame-data flow-id thread-id idx)
(get-form flow-id thread-id form-id)
(instrument* config form)
(instrument-namespaces ns-prefixes opts)
(instrument-namespaces ns-prefixes opts publish-events?)
(interrupt-all-tasks)
(interrupt-task task-id)
A map from task-id -> interrupt-ch
A map from task-id -> interrupt-ch
(ping)
(search-next-frame-idx & args)
(search-next-frame-idx* flow-id
thread-id
query-str
from-idx
params
interrupt-ch
on-progress)
(shallow-val vref)
(timeline-entry flow-id thread-id idx)
(uninstrument-namespaces ns-prefixes)
(uninstrument-namespaces ns-prefixes publish-events?)
(val-pprint vref opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close