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

Function initNodeEventTarget

lib/internal/event_target.js:893–895  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

891});
892
893function initNodeEventTarget(self) {
894 initEventTarget(self);
895}
896
897class NodeEventTarget extends EventTarget {
898 static [kIsNodeEventTarget] = true;

Callers 2

constructorMethod · 0.85
oninitFunction · 0.85

Calls 1

initEventTargetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…