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

Method eval

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

Source from the content-addressed store, hash-verified

757 }
758
759 public Object eval() {
760 Namespace ns = (Namespace) RT.CURRENT_NS.deref();
761 ns.importClass(RT.classForNameNonLoading(c));
762 return null;
763 }
764
765 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
766 gen.getStatic(RT_TYPE,"CURRENT_NS",VAR_TYPE);

Callers

nothing calls this directly

Calls 3

importClassMethod · 0.95
derefMethod · 0.65

Tested by

no test coverage detected