MCPcopy 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

37var o = {x:function() { return 10; }};
38
39function f(o) {
40 var m = "x";
41 o[m]();
42}
43
44Debug.setBreakPoint(f, 2, 0);
45

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected