()
| 167 | } |
| 168 | |
| 169 | protected DynJS initializeRuntime() { |
| 170 | config = getArguments().getConfig(); |
| 171 | config.setOutputStream(getOutputStream()); |
| 172 | return new DynJS(config); |
| 173 | } |
| 174 | |
| 175 | protected Arguments getArguments() { |
| 176 | if (this.dynJsArguments == null) { |
no test coverage detected