Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/debugger/debug/regress/debug-prepare-step-in.js:39–42 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
37
var
o = {x:
function
() {
return
10; }};
38
39
function
f(o) {
40
var
m =
"x"
;
41
o[m]();
42
}
43
44
Debug.setBreakPoint(f, 2, 0);
45
Callers
1
debug-prepare-step-in.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected