Home
last modified time | relevance | path

Searched refs:ttyFd (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/pseudo-tty/
Dtest-async-wrap-getasyncid-tty.js41 const ttyFd = common.getTTYfd(); constant
43 const handle = new tty_wrap.TTY(ttyFd, false);
/third_party/node/test/common/
Dindex.js649 const ttyFd = [1, 2, 4, 5].find(tty.isatty);
650 if (ttyFd === undefined) {
658 return ttyFd;