Home
last modified time | relevance | path

Searched defs:isTTY (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/pseudo-tty/
Dtest-handle-wrap-isrefed-tty.js11 const isTTY = internalBinding('tty_wrap').isTTY; constant
/third_party/node/test/parallel/
Dtest-console-clear.js11 function doTest(isTTY, check) { argument
Dtest-console-tty-colors.js8 function check(isTTY, colorMode, expectedColorMode, inspectOptions) { argument
/third_party/node/lib/
Dtty.js121 WriteStream.prototype.isTTY = true; method in WriteStream
/third_party/typescript_eslint/packages/typescript-estree/src/
Dparser.ts296 const isTTY = typeof process === undefined ? false : process.stdout?.isTTY; constant
/third_party/node/deps/npm/node_modules/mute-stream/
Dmute.js63 function setIsTTY (isTTY) { argument
/third_party/node/tools/
Dlint-md.mjs29547 stdout: createSupportsColor({isTTY: tty$1.isatty(1)}), property
29548 stderr: createSupportsColor({isTTY: tty$1.isatty(2)}) property
32875 const ttyStream = Object.assign(new stream.Readable(), {isTTY: true}); property