Searched refs:getValidStdio (Results 1 - 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-child-process-validate-stdio.js | 6 const getValidStdio = require('internal/child_process').getValidStdio; 11 assert.throws(() => getValidStdio('foo'), expectedError); 14 assert.throws(() => getValidStdio(600), expectedError); 19 const result = getValidStdio(stdio1, false); 28 assert.throws(() => getValidStdio(stdio2, true), 35 assert.throws(() => getValidStdio(stdio, false), 43 assert.throws(() => getValidStdio(stdio), expectedError); 48 const result = getValidStdio(stdio3, false);
|
/third_party/node/lib/internal/ |
H A D | child_process.js | 356 stdio = getValidStdio(stdio, false); 979 function getValidStdio(stdio, sync) { function 1129 getValidStdio,
|
/third_party/node/lib/ |
H A D | child_process.js | 90 getValidStdio, 849 options.stdio = getValidStdio(options.stdio || 'pipe', true).stdio;
|
Completed in 2 milliseconds