Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
893
function
initNodeEventTarget(self) {
894
initEventTarget(self);
895
}
896
897
class
NodeEventTarget extends EventTarget {
898
static [kIsNodeEventTarget] = true;
Callers
2
constructor
Method · 0.85
oninit
Function · 0.85
Calls
1
initEventTarget
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…