Home
last modified time | relevance | path

Searched defs:SocketListSend (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/
Dsocket_list.js8 class SocketListSend extends EventEmitter { class
108 module.exports = { SocketListSend, SocketListReceive }; property
/third_party/node/test/parallel/
Dtest-internal-socket-list-send.js7 const SocketListSend = require('internal/socket_list').SocketListSend; constant