MCPcopy 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

emitMethod · 0.95
emitUnboxedMethod · 0.95
emitMethod · 0.95
emitProtoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected