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

Function returnArguments

test/parallel/test-assert-deep.js:658–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656test('More checking that arguments objects are handled correctly', () => {
657 // eslint-disable-next-line func-style
658 const returnArguments = function() { return arguments; };
659
660 const someArgs = returnArguments('a');
661 const sameArgs = returnArguments('a');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…