MCPcopy Index your code
hub / github.com/prototypejs/prototype / isArgumentsObject

Function isArgumentsObject

test/unit/static/js/proclaim.js:340–342  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

338
339 // Utility for checking whether a value is an arguments object
340 function isArgumentsObject (val) {
341 return (Object.prototype.toString.call(val) === '[object Arguments]');
342 }
343
344 // Utility for checking whether a value is plain object
345 function isPlainObject (val) {

Callers 2

objectsEqualFunction · 0.85
objectsEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected