Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ loadScript
Method
loadScript
deps/v8/test/inspector/protocol-test.js:178–180 ·
view source on GitHub ↗
(fileName)
Source
from the content-addressed store, hash-verified
176
}
177
178
loadScript(fileName) {
179
this.addScript(utils.read(fileName));
180
}
181
182
connect(isFullyTrusted = true) {
183
return
new
InspectorTest.Session(this, Boolean(isFullyTrusted));
Callers
2
step-over.js
File · 0.80
step-into.js
File · 0.80
Calls
2
addScript
Method · 0.80
read
Method · 0.45
Tested by
no test coverage detected