Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/lib/utils/
Dotplease.js41 'process.stdin': { isTTY: true }, property
42 'process.stdout': { isTTY: true }, property
63 'process.stdin': { isTTY: true }, property
64 'process.stdout': { isTTY: true }, property
88 'process.stdin': { isTTY: true }, property
89 'process.stdout': { isTTY: true }, property
113 'process.stdin': { isTTY: true }, property
114 'process.stdout': { isTTY: true }, property
128 'process.stdin': { isTTY: true }, property
129 'process.stdout': { isTTY: true }, property
[all …]
Dopen-url-prompt.js10 isTTY = true, argument
72 const { openerUrl, openerOpts } = await mockOpenUrlPrompt(t, { isTTY: false }) property
/third_party/node/deps/npm/node_modules/mute-stream/lib/
Dindex.js4 #isTTY = null field in MuteStream
39 get isTTY () { getter in MuteStream
47 set isTTY (val) { setter in MuteStream
/third_party/node/deps/npm/node_modules/chalk/source/vendor/supports-color/
Dindex.js178 stdout: createSupportsColor({isTTY: tty.isatty(1)}), property
179 stderr: createSupportsColor({isTTY: tty.isatty(2)}), property
/third_party/node/deps/npm/node_modules/supports-color/
Dindex.js178 stdout: createSupportsColor({isTTY: tty.isatty(1)}), property
179 stderr: createSupportsColor({isTTY: tty.isatty(2)}), property
/third_party/node/test/pseudo-tty/
Dtest-handle-wrap-hasref-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.js120 WriteStream.prototype.isTTY = true; method in WriteStream
/third_party/node/tools/lint-md/
Dlint-md.mjs27699 stdout: createSupportsColor({isTTY: tty.isatty(1)}), property
27700 stderr: createSupportsColor({isTTY: tty.isatty(2)}), property