Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/debugger/debug/debug-evaluate-modify-this.js:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
var
exception = null;
9
10
var
f = () => { debugger; }
11
var
g =
function
() { debugger; }
12
var
h = (
function
() {
return
() => { debugger; }; }).call({});
13
Callers
1
debug-evaluate-modify-this.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected