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

Function isArray

test/unit/static/js/mocha.js:362–364  ·  view source on GitHub ↗

* Check if `obj` is an array.

(obj)

Source from the content-addressed store, hash-verified

360 */
361
362function isArray(obj) {
363 return '[object Array]' == {}.toString.call(obj);
364}
365
366/**
367 * Event emitter constructor.

Callers 3

proclaim.jsFile · 0.70
includesFunction · 0.70
mocha.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected