(final String source)
| 16 | |
| 17 | |
| 18 | public PreparsedScript(final String source) throws EvalError { |
| 19 | this(source, getDefaultClassLoader()); |
| 20 | } |
| 21 | |
| 22 | |
| 23 | private static ClassLoader getDefaultClassLoader() { |
nothing calls this directly
no test coverage detected