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

Method constructor

deps/v8/tools/system-analyzer/view/list-panel.mjs:21–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 _logEntryMouseOverHandler = this._logEntryMouseOverHandler.bind(this);
20
21 constructor() {
22 super(templateText);
23 this.groupKey.addEventListener('change', e => this.requestUpdate());
24 this.showAllRadio.onclick = _ => this._showEntries(this._timeline);
25 this.showTimerangeRadio.onclick = _ =>
26 this._showEntries(this._timeline.selectionOrSelf);
27 this.showSelectionRadio.onclick = _ =>
28 this._showEntries(this._selectedLogEntries);
29 }
30
31 static get observedAttributes() {
32 return ['title'];

Callers

nothing calls this directly

Calls 3

_showEntriesMethod · 0.95
addEventListenerMethod · 0.65
requestUpdateMethod · 0.45

Tested by

no test coverage detected