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

Function locationMark

deps/v8/test/inspector/debugger/break-locations-await.js:121–126  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

119}
120
121function locationMark(type) {
122 if (type === 'return') return '|R|';
123 if (type === 'call') return '|C|';
124 if (type === 'debuggerStatement') return '|D|';
125 return '|_|';
126}

Callers 2

logBreakLocationsMethod · 0.85
dumpAllLocationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected