node/test/abort
Anna Henningsen 71a4b24119
test: remove usage of process.binding()
Prefer `internalBinding` or other equivalents over `process.binding()`
(except in tests checking `process.binding()` itself).

PR-URL: https://github.com/nodejs/node/pull/26304
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2019-03-14 11:02:31 +01:00
..
test-abort-backtrace.js tools: capitalize sentences 2018-12-17 22:53:34 +00:00
test-abort-uncaught-exception.js
test-addon-uv-handle-leak.js benchmark,doc,lib,test: capitalize comments 2019-03-04 15:13:25 +01:00
test-http-parser-consume.js test: removed extraneous argument 's' 2018-11-13 23:37:39 +01:00
test-process-abort-exitcode.js
test-worker-abort-uncaught-exception.js worker: ignore --abort-on-uncaught-exception for terminate() 2019-02-28 23:35:33 +11:00
test-zlib-invalid-internals-usage.js test: remove usage of process.binding() 2019-03-14 11:02:31 +01:00
testcfg.py