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

Method constructor

deps/v8/tools/profview/profview.js:1460–1466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1458
1459class ScriptSourceView {
1460 constructor() {
1461 this.table = $("source-viewer");
1462 this.hideButton = $("source-viewer-hide-button");
1463 this.hideButton.onclick = () => {
1464 main.setViewingSource(false);
1465 };
1466 }
1467
1468 render(newState) {
1469 let oldState = this.currentState;

Callers

nothing calls this directly

Calls 1

$Function · 0.70

Tested by

no test coverage detected