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

Method error

deps/v8/tools/js/web-api-helper.mjs:65–68  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

63 }
64
65 set error(message) {
66 this._updateLabel(message);
67 this.root.className = 'fail';
68 }
69
70 _updateLabel(text) {
71 this.$('#label').innerText = text;

Callers 15

read_sites_fileFunction · 0.45
do_runFunction · 0.45
do_helpFunction · 0.45
mainFunction · 0.45
contentLoadedFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
MainFunction · 0.45
processStackMethod · 0.45
finalizeMethod · 0.45
timestampMinMethod · 0.45

Calls 1

_updateLabelMethod · 0.95

Tested by

no test coverage detected