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

Function call3

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

Source from the content-addressed store, hash-verified

79
80// Test step into function call which is a part of an expression.
81function call3() {
82 var alias = g;
83 debugger;
84 var r = 10 + alias.call(null, 3);
85 var aLocalVar = 'test';
86 var anotherLocalVar = g(aLocalVar) + 's';
87 var yetAnotherLocal = 10;
88}
89
90// Test step into function call from a function with some local variables.
91function call4() {

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…