Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ with_2
Function
with_2
deps/v8/test/debugger/debug/debug-scopes.js:335–341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
333
BeginTest(
"With 2"
);
334
335
function
with_2() {
336
with({}) {
337
with({}) {
338
debugger;
339
}
340
}
341
}
342
343
listener_delegate =
function
(exec_state) {
344
CheckScopeChain([debug.ScopeType.With,
Callers
1
debug-scopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected