Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ emitClearLocals
Method
emitClearLocals
src/jvm/clojure/lang/Compiler.java:6484–6485 ·
view source on GitHub ↗
(GeneratorAdapter gen)
Source
from the content-addressed store, hash-verified
6482
}
6483
6484
void
emitClearLocals(GeneratorAdapter gen){
6485
}
6486
6487
void
emitClearLocalsOld(GeneratorAdapter gen){
6488
for
(
int
i=0;i<argLocals.count();i++)
Callers
5
emit
Method · 0.95
emitIntrinsicPredicate
Method · 0.95
emitUnboxed
Method · 0.95
emit
Method · 0.95
emitProto
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected