Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ constructor
Method
constructor
lib/internal/event_target.js:901–904 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
899
static defaultMaxListeners = 10;
900
901
constructor() {
902
super();
903
initNodeEventTarget(this);
904
}
905
906
/**
907
* @param {number} n
Callers
nothing calls this directly
Calls
1
initNodeEventTarget
Function · 0.85
Tested by
no test coverage detected