Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-dummy-stdio.js9 function runTest(fd, streamName, testOutputStream, expectedName) { argument
17 const ctorName = process.${streamName}.constructor.name;
Dtest-child-process-exec-maxbuf.js6 function runChecks(err, stdio, streamName, expected) { argument
7 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`);
10 assert.deepStrictEqual(stdio[streamName], expected);
Dtest-child-process-execfile-maxbuf.js6 function checkFactory(streamName) { argument
9 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`);