(status, toThrow)
| 1570 | var arguments_ = []; |
| 1571 | var thisProgram = './this.program'; |
| 1572 | var quit_ = (status, toThrow) => { |
| 1573 | throw toThrow; |
| 1574 | }; |
| 1575 | if (typeof __filename != 'undefined') { |
| 1576 | _scriptName = __filename; |
| 1577 | } else if (ENVIRONMENT_IS_WORKER) { |
no outgoing calls
no test coverage detected