(target)
| 347 | } |
| 348 | |
| 349 | function closePendingHandle(target) { |
| 350 | target._pendingMessage.handle.close(); |
| 351 | target._pendingMessage = null; |
| 352 | } |
| 353 | |
| 354 | |
| 355 | ChildProcess.prototype.spawn = function spawn(options) { |
no test coverage detected
searching dependent graphs…