MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / isObject

Function isObject

docs/_static/underscore-1.13.1.js:88–91  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

86
87 // Is a given variable an object?
88 function isObject(obj) {
89 var type = typeof obj;
90 return type === 'function' || type === 'object' && !!obj;
91 }
92
93 // Is a given value equal to null?
94 function isNull(obj) {

Callers 6

keysFunction · 0.85
allKeysFunction · 0.85
baseCreateFunction · 0.85
cloneFunction · 0.85
baseIterateeFunction · 0.85
executeBoundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected