()
| 1840 | }); |
| 1841 | } |
| 1842 | function workerCode() { |
| 1843 | var port = self; |
| 1844 | workerCodeBody(port); |
| 1845 | } |
| 1846 | function sharedWorkerCode() { |
| 1847 | self.onconnect = function (e) { |
| 1848 | var port = e.ports[0]; |
nothing calls this directly
no test coverage detected