0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/abort
Anna Henningsen aec34473a7
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-07 17:43:21 +01:00
..
test-abort-backtrace.js
test-abort-uncaught-exception.js
test-addon-uv-handle-leak.js benchmark,doc,lib,test: capitalize comments 2019-02-28 18:31:10 +01:00
test-http-parser-consume.js
test-process-abort-exitcode.js
test-worker-abort-uncaught-exception.js worker: ignore --abort-on-uncaught-exception for terminate() 2019-02-18 09:17:11 +01:00
test-zlib-invalid-internals-usage.js test: remove usage of process.binding() 2019-03-07 17:43:21 +01:00
testcfg.py