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

Function apply2

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

Source from the content-addressed store, hash-verified

106
107// Test step into function apply from a function with some local variables.
108function apply2() {
109 var aLocalVar = 'test';
110 var anotherLocalVar = g(aLocalVar) + 's';
111 var yetAnotherLocal = 10;
112 debugger;
113 g.apply(null, [3, 4]);
114}
115
116// Test step into function apply which is a part of an expression.
117function apply3() {

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…