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

Function g

deps/v8/test/debugger/debug/debug-stepin-function-call.js:60–62  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

58
59// Sample functions.
60function g(t) {
61 return t + 1; // expected line
62}
63
64// Test step into function call from a function without local variables.
65function call1() {

Callers 7

call2Function · 0.70
call3Function · 0.70
call4Function · 0.70
apply2Function · 0.70
apply3Function · 0.70
apply4Function · 0.70
applyAndBind1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected