MCPcopy Index your code
hub / github.com/nodejs/node / child

Function child

test/parallel/test-process-raw-debug.js:60–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60function 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}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…