Lines Matching refs:ipc
358 const ipc = stdio.ipc;
367 if (ipc !== undefined) {
425 if (stream.ipc) {
470 if (ipc !== undefined) setupChannel(this, ipc, serialization);
980 let ipc;
1001 if ((acc[i].type === 'pipe' || acc[i].type === 'ipc') && acc[i].handle)
1025 } else if (stdio === 'ipc') {
1026 if (sync || ipc !== undefined) {
1035 ipc = new Pipe(PipeConstants.IPC);
1040 handle: ipc,
1041 ipc: true,
1079 return { stdio, ipc, ipcFd };