Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test6
Function
test6
deps/v8/test/debugger/debug/debug-stepout-scope-part1.js:108–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
107
108
function
test6() {
109
debugger;
110
try {
111
throw
'stuff'
;
112
} catch (e) {
113
e = 1;
114
}
115
}
116
test6();
117
118
Callers
1
debug-stepout-scope-part1.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected