Lines Matching refs:ChildProcess
253 function ChildProcess() {
306 ObjectSetPrototypeOf(ChildProcess.prototype, EventEmitter.prototype);
307 ObjectSetPrototypeOf(ChildProcess, EventEmitter);
348 ChildProcess.prototype.spawn = function(options) {
486 ChildProcess.prototype.kill = function(sig) {
513 ChildProcess.prototype[SymbolDispose] = function() {
520 ChildProcess.prototype.ref = function() {
525 ChildProcess.prototype.unref = function() {
573 'Use ChildProcess.channel instead.';
1126 ChildProcess,