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

Method emit

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

Source from the content-addressed store, hash-verified

6643 }
6644
6645 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
6646 if(context != C.STATEMENT)
6647 objx.emitLocal(gen, b, shouldClear);
6648 }
6649
6650 public Object evalAssign(Expr val) {
6651 throw new UnsupportedOperationException("Can't eval locals");

Callers

nothing calls this directly

Calls 1

emitLocalMethod · 0.80

Tested by

no test coverage detected