()
| 170 | |
| 171 | // This is called after the underlying `uv_async_t` has been closed. |
| 172 | function onclose() { |
| 173 | this.dispatchEvent(new MessagePortCloseEvent()); |
| 174 | } |
| 175 | |
| 176 | ObjectDefineProperty(MessagePort.prototype, handleOnCloseSymbol, { |
| 177 | __proto__: null, |
no test coverage detected
searching dependent graphs…