Home
last modified time | relevance | path

Searched refs:getValidStdio (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-child-process-validate-stdio.js6 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 Dchild_process.js356 stdio = getValidStdio(stdio, false);
979 function getValidStdio(stdio, sync) { function
1129 getValidStdio,
/third_party/node/lib/
H A Dchild_process.js90 getValidStdio,
849 options.stdio = getValidStdio(options.stdio || 'pipe', true).stdio;

Completed in 2 milliseconds