Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test3
Function
test3
deps/v8/test/debugger/debug/debug-stepout-scope-part1.js:76–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
function
test3() {
77
if
(true) {
78
debugger;
79
}
else
{
80
with ({}) {
81
return
10;
82
}
83
}
84
}
85
test3();
86
87
Callers
1
debug-stepout-scope-part1.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected