Lines Matching refs:stdout
234 const stdout = new ReadableWorkerStdio(this[kPort], 'stdout');
235 if (!options.stdout) {
236 stdout[kIncrementsPortRef] = false;
237 pipeWithoutWarning(stdout, process.stdout);
245 this[kParentSideStdio] = { stdin, stdout, stderr };
351 const { stdout, stderr } = this[kParentSideStdio];
353 if (!stdout.readableEnded) {
354 debug(`[${threadId}] explicitly closes stdout for ${this.threadId}`);
355 stdout.push(null);
419 get stdout() {
420 return this[kParentSideStdio].stdout;