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

Function usingArgumentsAndApply

benchmark/misc/arguments.js:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26function usingArgumentsAndApply() {
27 format.apply(null, arguments);
28}
29
30function usingPredefined() {
31 format('part 1', 'part', 2, 'part 3', 'part', 4);

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…