node/test/pseudo-tty
Daniel Bevenius da8641f3b4 src: move process.binding('async_wrap') internal
This commit makes the async_wrap builtin an internal builtin, and
changes usage of the builtin from using process.binding('async_wrap')
to use internalBinding instead.

Refs: https://github.com/nodejs/node/issues/22160

PR-URL: https://github.com/nodejs/node/pull/22469
Refs: https://github.com/nodejs/node/issues/22160
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-08-27 05:42:55 +02:00
..
console_colors.js console: auto-detect color support by default 2018-04-12 23:23:57 +02:00
console_colors.out console: auto-detect color support by default 2018-04-12 23:23:57 +02:00
no_dropped_stdio.js
no_dropped_stdio.out
no_interleaved_stdio.js
no_interleaved_stdio.out
pseudo-tty.status
ref_keeps_node_running.js
ref_keeps_node_running.out
stdin-setrawmode.js
stdin-setrawmode.out
test-assert-colors.js assert: multiple improvements 2018-08-04 10:04:32 +02:00
test-assert-colors.out
test-async-wrap-getasyncid-tty.js src: move process.binding('async_wrap') internal 2018-08-27 05:42:55 +02:00
test-async-wrap-getasyncid-tty.out
test-handle-wrap-isrefed-tty.js
test-handle-wrap-isrefed-tty.out
test-readable-tty-keepalive.js stream: fix readable behavior for highWaterMark === 0 2018-08-10 17:16:59 +02:00
test-readable-tty-keepalive.out stream: fix readable behavior for highWaterMark === 0 2018-08-10 17:16:59 +02:00
test-set-raw-mode-reset-process-exit.js test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset-process-exit.out test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset-signal.js test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset-signal.out test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset.js test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset.out test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-stderr-stdout-handle-sigwinch.js
test-stderr-stdout-handle-sigwinch.out
test-tty-get-color-depth.js test: improve tty.getColorDepth coverage 2018-03-27 01:24:57 +01:00
test-tty-get-color-depth.out
test-tty-isatty.js
test-tty-isatty.out
test-tty-stdin-end.js src: remove kFlagNoShutdown flag 2018-05-04 00:57:38 +02:00
test-tty-stdin-end.out src: remove kFlagNoShutdown flag 2018-05-04 00:57:38 +02:00
test-tty-stdout-end.js
test-tty-stdout-end.out
test-tty-stdout-resize.js
test-tty-stdout-resize.out
test-tty-stream-constructors.js
test-tty-stream-constructors.out
test-tty-window-size.js
test-tty-window-size.out
test-tty-wrap.js stream: move process.binding('stream_wrap') to internalBinding 2018-08-19 12:46:10 -07:00
test-tty-wrap.out
test-tty-write-stream-resume-crash.js tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE 2018-08-22 16:41:54 +02:00
test-tty-write-stream-resume-crash.out tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE 2018-08-22 16:41:54 +02:00
testcfg.py tools,test: remove unused config hooks 2018-07-31 10:26:04 -04:00