Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test11
Function
test11
deps/v8/test/debugger/debug/debug-stepout-scope-part1.js:142–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
141
142
function
test11() {
143
debugger;
144
try {
145
throw
'stuff'
;
146
} catch (e) {
147
return
10;
148
}
149
}
150
test11();
151
152
Callers
1
debug-stepout-scope-part1.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected