Home
last modified time | relevance | path

Searched defs:getColorDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/pseudo-tty/
Dconsole_colors.js5 process.stdout.getColorDepth = () => 8; function
6 process.stderr.getColorDepth = () => 8; function
/third_party/node/lib/internal/
Dtty.js106 function getColorDepth(env = process.env) { function
228 getColorDepth, property
/third_party/node/lib/
Dtty.js123 WriteStream.prototype.getColorDepth = getColorDepth; method in WriteStream