Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6526
public
static
class
LocalBinding{
Callers
4
emitUnboxed
Method · 0.95
emit
Method · 0.95
emitUnboxed
Method · 0.95
emitArgsAndCall
Method · 0.95
Calls
2
visitInsn
Method · 0.45
visitVarInsn
Method · 0.45
Tested by
no test coverage detected