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

Method setupScriptMap

deps/v8/test/inspector/protocol-test.js:273–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 }
272
273 setupScriptMap() {
274 if (this._scriptMap)
275 return;
276 this._scriptMap = new Map();
277 }
278
279 getCallFrameUrl(frame) {
280 const {scriptId} = frame.location ? frame.location : frame;

Calls

no outgoing calls

Tested by

no test coverage detected