Searched +defs:c +defs:common +defs:init (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/test/async-hooks/ |
| D | test-shutdownwrap.js | 3 const common = require('../common'); constant 24 function onconnection(c) { argument 31 checkInvocations(as[0], { init: 1 }, 'after ending client connection'); property 47 checkInvocations(as[0], { init: 1, before: 1, after: 1, destroy: 1 }, property 61 checkInvocations(as[0], { init: 1, before: 1, after: 1, destroy: 1 }, property
|
| D | test-tcpwrap.js | 4 const common = require('../common'); constant 36 checkInvocations(tcpserver, { init: 1 }, 'when calling server.listen'); property 57 checkInvocations(tcpserver, { init: 1 }, property 59 checkInvocations(tcp1, { init: 1 }, 'tcp1 when client is connecting'); property 105 checkInvocations(tcp1, { init: 1 }, 'tcp1 when client connects'); property 108 function onconnection(c) { argument 121 checkInvocations(tcpserver, { init: 1, before: 1 }, property 123 checkInvocations(tcp1, { init: 1 }, 'tcp1 when server receives connection'); property 124 checkInvocations(tcp2, { init: 1 }, 'tcp2 when server receives connection'); property 132 checkInvocations(tcpserver, { init: 1, before: 1, after: 1, destroy: 1 }, property [all …]
|