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

Method emit

src/jvm/clojure/lang/Compiler.java:3959–3964  ·  view source on GitHub ↗
(C context, ObjExpr objx, GeneratorAdapter gen)

Source from the content-addressed store, hash-verified

3957 }
3958
3959 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
3960 emitUnboxed(context,objx,gen);
3961 HostExpr.emitBoxReturn(objx,gen,Boolean.TYPE);
3962 if(context == C.STATEMENT)
3963 gen.pop();
3964 }
3965
3966 public boolean hasJavaClass() {
3967 return true;

Callers

nothing calls this directly

Calls 3

emitUnboxedMethod · 0.95
emitBoxReturnMethod · 0.95
popMethod · 0.65

Tested by

no test coverage detected