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

Function applyAndBind1

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

Source from the content-addressed store, hash-verified

142
143// Test step into apply of bound function.
144function applyAndBind1() {
145 var bound = g.bind(null, 3);
146 debugger;
147 bound.apply(null, [3]);
148 var aLocalVar = 'test';
149 var anotherLocalVar = g(aLocalVar) + 's';
150 var yetAnotherLocal = 10;
151}
152
153var testFunctions =
154 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,

Callers

nothing calls this directly

Calls 3

gFunction · 0.70
bindMethod · 0.45
applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…