MCPcopy Index your code
hub / github.com/nodejs/node / testFunction

Function testFunction

deps/v8/test/debugger/debug/debug-stepin-call-function-stub.js:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67function testFunction() {
68 var f = g;
69 var s = 1 +f(10);
70}
71
72function g2() {
73 return "s2"; // expected line

Calls 1

fFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…