Home
last modified time | relevance | path

Searched refs:onmessage (Results 1 – 25 of 70) sorted by relevance

123

/third_party/node/test/fixtures/
Dchild-process-spawn-node.js4 function onmessage(m) { function
7 process.removeListener('message', onmessage);
10 process.on('message', onmessage);
/third_party/node/test/parallel/
Dtest-worker-onmessage-not-a-function.js20 parentPort.onmessage = common.mustNotCall();
24 parentPort.onmessage = 'fhqwhgads';
Dtest-worker-message-port-transfer-closed.js13 port1.onmessage = common.mustNotCall();
14 port2.onmessage = common.mustNotCall();
Dtest-worker-message-port-move.js36 assert.strictEqual(port.onmessage, undefined);
37 port.onmessage = function({ data }) { function
Dtest-perf-hooks-histogram.js41 mc.port1.onmessage = common.mustCall(({ data }) => {
62 mc.port1.onmessage = common.mustCall(({ data }) => {
Dtest-worker-message-port-transfer-target.js14 port2.onmessage = common.mustNotCall();
Dtest-worker-message-port.js34 port1.onmessage = common.mustCall((message) => {
42 port2.onmessage = common.mustCall((message) => {
Dtest-dgram-recv-error.js19 s.bind(common.mustCall(() => handle.onmessage(-1, handle, null, null)));
Dtest-blocklist-clone.js22 mc.port1.onmessage = common.mustCall(({ data }) => {
Dtest-worker-onmessage.js21 parentPort.onmessage = common.mustCall((message) => {
Dtest-worker-message-port-close.js46 ch.port1.onmessage = common.mustNotCall();
/third_party/node/lib/internal/per_context/
Dmessageport.js24 if (typeof this.onmessage === 'function')
25 this.onmessage(event);
/third_party/quickjs/tests/
Dtest_worker.js31 worker.onmessage = function (e) { function
55 worker.onmessage = null;
Dtest_worker_module.js25 parent.onmessage = handle_msg;
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
Dexample.js41 subscriber_ws.onmessage =function got_packet(msg) { function
61 publisher_ws.onmessage =function got_packet(msg) { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_worker.js76 onmessage: function (...args) { method
139 this.onmessage = function (...args) { method
/third_party/node/lib/internal/cluster/
Dchild.js48 process.on('internalMessage', internal(worker, onmessage));
51 function onmessage(message, handle) { function
/third_party/node/benchmark/worker/
Dmessageport.js40 port2.onmessage = listener;
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/mount-origin/
Dexample.js12 es.onmessage = function got_packet(msg) {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/mount-origin/
Dexample.js12 es.onmessage = function got_packet(msg) {
/third_party/libwebsockets/test-apps/
Dtest.js218 socket_di.onmessage =function got_packet(msg) { function
249 socket_status.onmessage =function got_packet(msg) { function
429 socket_lm.onmessage =function got_packet(msg) { function
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.js218 socket_di.onmessage =function got_packet(msg) { function
249 socket_status.onmessage =function got_packet(msg) { function
429 socket_lm.onmessage =function got_packet(msg) { function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/mount-origin/
Dexample.js42 ws.onmessage = function got_packet(msg) { function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/
Dexample.js42 ws.onmessage =function got_packet(msg) { function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/
Dexample.js41 ws.onmessage =function got_packet(msg) { function

123