Lines Matching refs:child
369 const env = { __proto__: null, ...process.env, NODE_TEST_CONTEXT: 'child-v8' };
378 const child = spawn(process.execPath, args, { __proto__: null, signal: t.signal, encoding: 'utf8', env, stdio });
380 filesWatcher.runningProcesses.set(path, child);
381 filesWatcher.watcher.watchChildProcessModules(child, path);
387 child.on('error', (error) => {
391 child.stdout.on('data', (data) => {
395 const rl = createInterface({ __proto__: null, input: child.stderr });
413 once(child, 'exit', { __proto__: null, signal: t.signal }),
414 finished(child.stdout, { __proto__: null, signal: t.signal }),
433 // in a child process.