MCPcopy Create free account
hub / github.com/nodejs/node / constructor

Method constructor

deps/v8/tools/system-analyzer/view/code-panel.mjs:295–299  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

293 _currentRegisterClicked;
294
295 constructor(node) {
296 this._node = node;
297 this._node.onmousemove = this._handleMouseMove.bind(this);
298 this._node.onclick = this._handleClick.bind(this);
299 }
300
301 $(query) {
302 return this._node.querySelectorAll(query);

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected