(result)
| 31 | } |
| 32 | |
| 33 | function maybeReportResultToServer(result) { |
| 34 | if (!reportResultToServer.reported) { |
| 35 | reportResultToServer(result); |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | function reportStderrToServer(message) { |
| 40 | if (typeof ENVIRONMENT_IS_NODE !== 'undefined' && ENVIRONMENT_IS_NODE) { |