Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ with_5
Function
with_5
deps/v8/test/debugger/debug/debug-scopes.js:404–410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
402
403
var
with_object = {c:3,d:4};
404
function
with_5() {
405
with(with_object) {
406
with(with_object) {
407
debugger;
408
}
409
}
410
}
411
412
listener_delegate =
function
(exec_state) {
413
CheckScopeChain([debug.ScopeType.With,
Callers
1
debug-scopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected