Home
last modified time | relevance | path

Searched refs:getValidStdio (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-validate-stdio.js6 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/
Dchild_process.js351 stdio = getValidStdio(stdio, false);
969 function getValidStdio(stdio, sync) { function
1119 getValidStdio, property
/third_party/node/lib/
Dchild_process.js70 getValidStdio,
749 options.stdio = getValidStdio(options.stdio || 'pipe', true).stdio;
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md3797 …e/commit/28e2c3771d)] - **child_process**: rename \_validateStdtio to getValidStdio (Ruben Bridgew…