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