Home
last modified time | relevance | path

Searched defs:onMessage (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-dgram-connect-send-multi-buffer-copy.js9 const onMessage = common.mustCall(common.mustSucceed((bytes) => { constant
23 client.on('message', common.mustCall(function onMessage(buf, info) { function
Dtest-dgram-send-multi-buffer-copy.js9 const onMessage = common.mustCall(function(err, bytes) { constant
22 client.on('message', common.mustCall(function onMessage(buf, info) { function
Dtest-dgram-connect-send-callback-buffer.js11 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-send-callback-buffer-empty-address.js11 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-send-callback-buffer.js11 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-send-empty-buffer.js33 client.on('message', common.mustCall(function onMessage(buffer) { function
Dtest-dgram-send-empty-array.js12 client.on('message', common.mustCall(function onMessage(buf, info) { function
Dtest-dgram-send-callback-buffer-length-empty-address.js13 const onMessage = common.mustSucceed(function messageSent(bytes) { constant
Dtest-dgram-send-address-types.js10 const onMessage = common.mustSucceed((bytes) => { constant
Dtest-dgram-send-callback-multi-buffer-empty-address.js21 client.on('message', common.mustCall(function onMessage(buf) { function
/third_party/node/test/fixtures/wpt/common/
DPrefixedPostMessage.js45 PrefixedMessage.prototype.onMessage = function (fn) { method in PrefixedMessage
/third_party/node/benchmark/cluster/
Decho.js64 function onMessage() { function
/third_party/node/benchmark/worker/
Decho.js63 function onMessage() { function
/third_party/typescript/src/harness/
Dclient.ts46 public onMessage(message: string): void { method in ts.server.SessionClient
/third_party/node/lib/
Ddgram.js936 function onMessage(nread, handle, buf, rinfo) { function