MCPcopy Index your code
hub / github.com/nodejs/node / onclose

Function onclose

lib/internal/worker/io.js:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

_requestMethod · 0.50

Calls 1

dispatchEventMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…