Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ with_4
Function
with_4
deps/v8/test/debugger/debug/debug-scopes.js:379–385 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
377
BeginTest(
"With 4"
);
378
379
function
with_4() {
380
with({a:1,b:2}) {
381
with({a:2,b:1}) {
382
debugger;
383
}
384
}
385
}
386
387
listener_delegate =
function
(exec_state) {
388
CheckScopeChain([debug.ScopeType.With,
Callers
1
debug-scopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected