Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ with_1
Function
with_1
deps/v8/test/debugger/debug/debug-scopes.js:315–319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
BeginTest(
"With 1"
);
314
315
function
with_1() {
316
with({}) {
317
debugger;
318
}
319
}
320
321
listener_delegate =
function
(exec_state) {
322
CheckScopeChain([debug.ScopeType.With,
Callers
1
debug-scopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected