MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isObject

Function isObject

lib/web/polyfill.js:76–78  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

74
75// http://jsperf.com/core-js-isobject
76function isObject(it){
77 return it !== null && (typeof it == 'object' || typeof it == 'function');
78}
79function isFunction(it){
80 return typeof it == 'function';
81}

Callers 10

createReplacerFunction · 0.70
assertObjectFunction · 0.70
polyfill.jsFile · 0.70
wrapObjectMethodFunction · 0.70
toNumberFunction · 0.70
toPrimitiveFunction · 0.70
isThenableFunction · 0.70
fastKeyFunction · 0.70
reflectGetFunction · 0.70
reflectSetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected