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

Method eval

src/jvm/clojure/lang/Compiler.java:3199–3201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3197 }
3198
3199 public Object eval() {
3200 return ((IObj) expr.eval()).withMeta((IPersistentMap) meta.eval());
3201 }
3202
3203 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
3204 expr.emit(C.EXPRESSION, objx, gen);

Callers

nothing calls this directly

Calls 2

withMetaMethod · 0.65
evalMethod · 0.65

Tested by

no test coverage detected