Home
last modified time | relevance | path

Searched defs:onSocket (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-fork-net-socket.js34 const onSocket = mustCall((msg, socket) => { constant
Dtest-net-pingpong.js38 function onSocket(socket) { function
/third_party/node/lib/
D_http_client.js810 ClientRequest.prototype.onSocket = function onSocket(socket, err) { method in ClientRequest
844 const onSocket = () => { function