Lines Matching refs:port1
12 const { port1, port2 } = new MessageChannel();
15 port1.postMessage(fh);
23 port1.postMessage(fh, [ fh ]);
39 const { port1 } = new MessageChannel();
42 port1.postMessage(fh, [ fh ]);
50 const { port1, port2 } = new MessageChannel();
56 port1.close();
67 port1.postMessage(fh, [ fh ]);
70 port1.postMessage('second message');
77 const { port1 } = new MessageChannel();
81 port1.postMessage(fh, [fh]);
94 const { port1 } = new MessageChannel();
98 port1.postMessage(fh, [fh]);