Searched refs:getValidStdio (Results 1 – 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
D | test-child-process-validate-stdio.js | 6 const getValidStdio = require('internal/child_process').getValidStdio; constant 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/ |
D | child_process.js | 351 stdio = getValidStdio(stdio, false); 969 function getValidStdio(stdio, sync) { function 1119 getValidStdio, property
|
/third_party/node/lib/ |
D | child_process.js | 70 getValidStdio, 749 options.stdio = getValidStdio(options.stdio || 'pipe', true).stdio;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 3797 …e/commit/28e2c3771d)] - **child_process**: rename \_validateStdtio to getValidStdio (Ruben Bridgew…
|