()
| 344 | |
| 345 | |
| 346 | private bsh.This getGlobal() { |
| 347 | // requires 2.0b5 to make getThis() public |
| 348 | return getEngineNameSpace(getContext()).getThis(getInterpreter()); |
| 349 | } |
| 350 | |
| 351 | /* |
| 352 | This is a total hack. We need to introduce a writer to the |
no test coverage detected