Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f2
Function
f2
deps/v8/test/debugger/debug/es6/debug-evaluate-blockscopes.js:81–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
function
f2() {
82
{
83
let
i = 1;
84
debugger;
85
assertEquals(2, i);
86
return
function
() {
return
i++; }
87
}
88
}
89
90
var
exception;
91
Debug.setListener(
function
(event, exec_state, event_data, data) {
Callers
1
debug-evaluate-blockscopes.js
File · 0.70
Calls
1
assertEquals
Function · 0.50
Tested by
no test coverage detected