(ClassLoader loader)
| 8275 | } |
| 8276 | |
| 8277 | public 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 | |
| 8286 | public static ILookupThunk getLookupThunk(Object target, Keyword k){ |
| 8287 | return null; //To change body of created methods use File | Settings | File Templates. |
nothing calls this directly
no test coverage detected