MCPcopy Create free account
hub / github.com/RubyLouvre/anu / isArguments

Function isArguments

test/babel.js:6285–6287  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

6283 }
6284
6285 function isArguments(object) {
6286 return Object.prototype.toString.call(object) == '[object Arguments]';
6287 }
6288
6289 function objEquiv(a, b, strict, actualVisitedObjects) {
6290 if (a === null || a === undefined || b === null || b === undefined) return false;

Callers 5

objEquivFunction · 0.85
arrayLikeKeysFunction · 0.85
hasPathFunction · 0.85
baseMergeDeepFunction · 0.85
isFlattenableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected