Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ with_3
Function
with_3
deps/v8/test/debugger/debug/debug-scopes.js:359–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
357
BeginTest(
"With 3"
);
358
359
function
with_3() {
360
with({a:1,b:2}) {
361
debugger;
362
}
363
}
364
365
listener_delegate =
function
(exec_state) {
366
CheckScopeChain([debug.ScopeType.With,
Callers
1
debug-scopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected