MCPcopy
hub / github.com/jquery/esprima / isArray

Function isArray

test/3rdparty/angular-1.2.5.js:562–564  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isArray * @function * * @description * Determines if a reference is an `Array`. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is an `Array`.

(value)

Source from the content-addressed store, hash-verified

560 * @returns {boolean} True if `value` is an `Array`.
561 */
562function isArray(value) {
563 return toString.call(value) === '[object Array]';
564}
565
566
567/**

Callers 15

isArrayLikeFunction · 0.85
sizeFunction · 0.85
copyFunction · 0.85
equalsFunction · 0.85
parseKeyValueFunction · 0.85
toKeyValueFunction · 0.85
assertArgFnFunction · 0.85
jqLiteInheritedDataFunction · 0.85
annotateFunction · 0.85
providerFunction · 0.85
loadModulesFunction · 0.85
instantiateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…