Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test2
Function
test2
deps/v8/test/debugger/debug/debug-stepout-scope-part1.js:62–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
62
function
test2() {
63
if
(true) {
64
with ({}) {
65
debugger;
66
}
67
}
else
{
68
with ({}) {
69
return
10;
70
}
71
}
72
}
73
test2();
74
75
Callers
1
debug-stepout-scope-part1.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected