Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ next
Function
next
lib/internal/debugger/inspect_repl.js:1000–1003 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
998
},
999
1000
get next() {
1001
handleResumed();
1002
return
Debugger.stepOver();
1003
},
1004
1005
get step() {
1006
handleResumed();
Callers
nothing calls this directly
Calls
2
handleResumed
Function · 0.85
stepOver
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…