MCPcopy 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.jsFile · 0.80
step-into.jsFile · 0.80

Calls 2

addScriptMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected