MCPcopy Index your code
hub / github.com/jashkenas/underscore / args

Function args

test/objects.js:651–651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

649 assert.ok(_.isEmpty(obj), 'deleting all the keys from an object empties it');
650
651 var args = function(){ return arguments; };
652 assert.ok(_.isEmpty(args()), 'empty arguments object is empty');
653 assert.ok(!_.isEmpty(args('')), 'non-empty arguments object is not empty');
654

Callers 1

objects.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…