(String script, ScriptContext scriptContext)
| 59 | |
| 60 | |
| 61 | public Object eval(String script, ScriptContext scriptContext) throws ScriptException { |
| 62 | return evalSource(script, scriptContext); |
| 63 | } |
| 64 | |
| 65 | |
| 66 | public Object eval(Reader reader, ScriptContext scriptContext) throws ScriptException { |
nothing calls this directly
no test coverage detected