Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f1
Function
f1
deps/v8/test/debugger/debug/es6/debug-evaluate-blockscopes.js:73–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
73
function
f1() {
74
{
75
let
i = 1;
76
debugger;
77
assertEquals(2, i);
78
}
79
}
80
81
function
f2() {
82
{
Callers
1
debug-evaluate-blockscopes.js
File · 0.70
Calls
1
assertEquals
Function · 0.50
Tested by
no test coverage detected