• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# AsyncHooks Coverage Overview
2
3Showing which kind of async resource is covered by which test:
4
5| Resource Type        | Test                                       |
6|----------------------|--------------------------------------------|
7| CONNECTION           | test-connection.ssl.js                     |
8| FSEVENTWRAP          | test-fseventwrap.js                        |
9| FSREQCALLBACK        | test-fsreqcallback-{access,readFile}.js    |
10| GETADDRINFOREQWRAP   | test-getaddrinforeqwrap.js                 |
11| GETNAMEINFOREQWRAP   | test-getnameinforeqwrap.js                 |
12| HTTPINCOMINGMESSAGE  | test-httpparser.request.js                 |
13| HTTPCLIENTREQUEST    | test-httpparser.response.js                |
14| Immediate            | test-immediate.js                          |
15| JSSTREAM             | TODO (crashes when accessing directly)     |
16| PBKDF2REQUEST        | test-crypto-pbkdf2.js                      |
17| PIPECONNECTWRAP      | test-pipeconnectwrap.js                    |
18| PIPEWRAP             | test-pipewrap.js                           |
19| PROCESSWRAP          | test-pipewrap.js                           |
20| QUERYWRAP            | test-querywrap.js                          |
21| RANDOMBYTESREQUEST   | test-crypto-randomBytes.js                 |
22| SHUTDOWNWRAP         | test-shutdownwrap.js                       |
23| SIGNALWRAP           | test-signalwrap.js                         |
24| STATWATCHER          | test-statwatcher.js                        |
25| TCPCONNECTWRAP       | test-tcpwrap.js                            |
26| TCPWRAP              | test-tcpwrap.js                            |
27| TLSWRAP              | test-tlswrap.js                            |
28| TTYWRAP              | test-ttywrap.{read,write}stream.js         |
29| UDPSENDWRAP          | test-udpsendwrap.js                        |
30| UDPWRAP              | test-udpwrap.js                            |
31| WRITEWRAP            | test-writewrap.js                          |
32| ZLIB                 | test-zlib.zlib-binding.deflate.js          |
33