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

Function apply1

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

Source from the content-addressed store, hash-verified

99
100// Test step into function apply from a function without local variables.
101function apply1() {
102 debugger;
103 g.apply(null, [3]);
104}
105
106
107// Test step into function apply from a function with some local variables.

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…