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

Function call4

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

Source from the content-addressed store, hash-verified

89
90// Test step into function call from a function with some local variables.
91function call4() {
92 var alias = g;
93 debugger;
94 alias.call(null, 3);
95 var aLocalVar = 'test';
96 var anotherLocalVar = g(aLocalVar) + 's';
97 var yetAnotherLocal = 10;
98}
99
100// Test step into function apply from a function without local variables.
101function apply1() {

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…