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

Function call2

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

Source from the content-addressed store, hash-verified

70
71// Test step into function call from a function with some local variables.
72function call2() {
73 var aLocalVar = 'test';
74 var anotherLocalVar = g(aLocalVar) + 's';
75 var yetAnotherLocal = 10;
76 debugger;
77 g.call(null, 3);
78}
79
80// Test step into function call which is a part of an expression.
81function call3() {

Callers

nothing calls this directly

Calls 2

gFunction · 0.70
callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…