Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ script
Method
script
deps/v8/tools/system-analyzer/view/script-panel.mjs:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
get script() {
44
return
this.$(
'#script'
);
45
}
46
47
get scriptNode() {
48
return
this.$(
'.scriptNode'
);
Callers
nothing calls this directly
Calls
6
_calculateLineOffsets
Method · 0.95
ensureSourceMapCalculated
Method · 0.80
sort
Method · 0.80
filter
Method · 0.65
$
Method · 0.45
requestUpdate
Method · 0.45
Tested by
no test coverage detected