()
| 58 | } |
| 59 | |
| 60 | function child() { |
| 61 | // Even when all hope is lost... |
| 62 | |
| 63 | process.nextTick = function() { |
| 64 | throw new Error('No ticking!'); |
| 65 | }; |
| 66 | |
| 67 | hijackStderr(common.mustNotCall('stderr.write must not be called.')); |
| 68 | |
| 69 | process._rawDebug('I can still %s!', 'debug'); |
| 70 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…