()
| 158 | } |
| 159 | |
| 160 | protected void startRepl() { |
| 161 | Repl repl = new Repl(runtime, System.in, getOutputStream(), getWelcomeMessage(), getPrompt()); |
| 162 | repl.run(); |
| 163 | } |
| 164 | |
| 165 | protected void showVersion() { |
| 166 | getOutputStream().println(DynJS.VERSION_STRING); |
no test coverage detected