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

Method pushNSandLoader

src/jvm/clojure/lang/Compiler.java:8277–8284  ·  view source on GitHub ↗
(ClassLoader loader)

Source from the content-addressed store, hash-verified

8275}
8276
8277public static void pushNSandLoader(ClassLoader loader){
8278 Var.pushThreadBindings(RT.map(Var.intern(Symbol.intern("clojure.core"),
8279 Symbol.intern("*ns*")).setDynamic(),
8280 null,
8281 RT.FN_LOADER_VAR, loader,
8282 RT.READEVAL, RT.T
8283 ));
8284}
8285
8286public static ILookupThunk getLookupThunk(Object target, Keyword k){
8287 return null; //To change body of created methods use File | Settings | File Templates.

Callers

nothing calls this directly

Calls 5

pushThreadBindingsMethod · 0.95
mapMethod · 0.95
internMethod · 0.95
internMethod · 0.95
setDynamicMethod · 0.80

Tested by

no test coverage detected