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

Function isArguments

lib/assert.js:226–228  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

224}
225
226function isArguments (object) {
227 return Object.prototype.toString.call(object) == '[object Arguments]';
228}
229
230function objEquiv (a, b) {
231 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…