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

Function apply3

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

Source from the content-addressed store, hash-verified

115
116// Test step into function apply which is a part of an expression.
117function apply3() {
118 var alias = g;
119 debugger;
120 var r = 10 + alias.apply(null, [3, 'unused arg']);
121 var aLocalVar = 'test';
122 var anotherLocalVar = g(aLocalVar) + 's';
123 var yetAnotherLocal = 10;
124}
125
126// Test step into function apply from a function with some local variables.
127function apply4() {

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…