MCPcopy Create free account
hub / github.com/nodejs/node / getCallFrameUrl

Method getCallFrameUrl

deps/v8/test/inspector/protocol-test.js:279–282  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

277 }
278
279 getCallFrameUrl(frame) {
280 const {scriptId} = frame.location ? frame.location : frame;
281 return (this._scriptMap.get(scriptId) ?? frame).url;
282 }
283
284 logCallFrames(callFrames) {
285 for (var frame of callFrames) {

Callers 11

logCallFramesMethod · 0.80
handlePauseFunction · 0.80
logPauseFunction · 0.80
setBreakpointFunction · 0.80
handlePauseFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected