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

Method eval

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

Source from the content-addressed store, hash-verified

2958
2959
2960 public Object eval() {
2961 throw Util.runtimeException("Can't eval throw");
2962 }
2963
2964 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
2965 excExpr.emit(C.EXPRESSION, objx, gen);

Callers

nothing calls this directly

Calls 1

runtimeExceptionMethod · 0.95

Tested by

no test coverage detected