MCPcopy Index your code
hub / github.com/caolan/nodeunit / isArguments

Function isArguments

examples/browser/nodeunit.js:1313–1315  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

1311}
1312
1313function isArguments (object) {
1314 return Object.prototype.toString.call(object) == '[object Arguments]';
1315}
1316
1317function objEquiv (a, b) {
1318 if (isUndefinedOrNull(a) || isUndefinedOrNull(b))

Callers 1

objEquivFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…