MCPcopy Index your code
hub / github.com/clojure/clojure / eval

Method eval

src/jvm/clojure/lang/Compiler.java:7711–7713  ·  view source on GitHub ↗
(Object form)

Source from the content-addressed store, hash-verified

7709}
7710
7711public static Object eval(Object form) {
7712 return eval(form, true);
7713}
7714
7715public static Object eval(Object form, boolean freshLoader) {
7716 boolean createdLoader = false;

Callers 1

loadMethod · 0.95

Calls 15

pushThreadBindingsMethod · 0.95
mapMethod · 0.95
makeClassLoaderMethod · 0.95
metaMethod · 0.95
mapUniqueKeysMethod · 0.95
assocMethod · 0.95
macroexpandMethod · 0.95
equalsMethod · 0.95
firstMethod · 0.95
nextMethod · 0.95
analyzeMethod · 0.95
listMethod · 0.95

Tested by

no test coverage detected