Lines Matching defs:send
93 send(message, handle, options) {
105 send(message, server, options) {
118 send(message, socket, options) {
127 const firstTime = !this[kChannelHandle].sockets.send[message.key];
128 const socketList = getSocketList('send', this, message.key);
208 send(message, handle, options) {
220 send(message, socket, options) {
469 // Add .send() method and start listening for IPC data
643 channel.sockets = { got: {}, send: {} };
694 // the other side has disconnected) because this call to send() is not
730 target.send = function(message, handle, options, callback) {
818 handle = ReflectApply(handleConversion[message.type].send,
822 // out of it - just send a text without the handle.
1087 const Construct = type === 'send' ? SocketListSend : SocketListReceive;