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

Function apply4

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

Source from the content-addressed store, hash-verified

125
126// Test step into function apply from a function with some local variables.
127function apply4() {
128 var alias = g;
129 debugger;
130 alias.apply(null, [3]);
131 var aLocalVar = 'test';
132 var anotherLocalVar = g(aLocalVar) + 's';
133 var yetAnotherLocal = 10;
134}
135
136// Test step into bound function.
137function bind1() {

Callers

nothing calls this directly

Calls 2

gFunction · 0.70
applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…