Lines Matching refs:on
38 process.on('message', mustCall((m, socket) => {
48 socket.on('data', mustCallAtLeast(() => {
52 socket.on('end', mustCall(() => {
61 socket.on('close', mustCall((had_error) => {
65 socket.on('finish', mustCall(() => {
70 process.on('message', mustCall((m) => {
79 process.on('disconnect', mustCall(() => {
97 server.on('connection', function(socket) {
126 server.on('listening', mustCall(() => {
131 client.on('error', () => {
137 client.on('close', mustCall(() => {
146 server.on('close', mustCall(function() {
167 process.on('exit', function() {