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

Function classof

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

Source from the content-addressed store, hash-verified

92 return toString.call(it).slice(8, -1);
93}
94function classof(it){
95 var O, T;
96 return it == undefined ? it === undefined ? 'Undefined' : 'Null'
97 : typeof (T = (O = Object(it))[SYMBOL_TAG]) == 'string' ? T : cof(O);
98}
99
100// Function
101var call = FunctionProto.call

Callers 3

isIterableFunction · 0.85
getIteratorFunction · 0.85
polyfill.jsFile · 0.85

Calls 2

ObjectFunction · 0.85
cofFunction · 0.85

Tested by

no test coverage detected