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

Method emitClearThis

src/jvm/clojure/lang/Compiler.java:6520–6523  ·  view source on GitHub ↗
(GeneratorAdapter gen)

Source from the content-addressed store, hash-verified

6518 }
6519
6520 void emitClearThis(GeneratorAdapter gen) {
6521 gen.visitInsn(Opcodes.ACONST_NULL);
6522 gen.visitVarInsn(Opcodes.ASTORE, 0);
6523 }
6524}
6525
6526public static class LocalBinding{

Callers 4

emitUnboxedMethod · 0.95
emitMethod · 0.95
emitUnboxedMethod · 0.95
emitArgsAndCallMethod · 0.95

Calls 2

visitInsnMethod · 0.45
visitVarInsnMethod · 0.45

Tested by

no test coverage detected