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

Function cof

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

Source from the content-addressed store, hash-verified

89 if(it && !has(it = stat ? it : it[PROTOTYPE], SYMBOL_TAG))hidden(it, SYMBOL_TAG, tag);
90}
91function cof(it){
92 return toString.call(it).slice(8, -1);
93}
94function classof(it){
95 var O, T;
96 return it == undefined ? it === undefined ? 'Undefined' : 'Null'

Callers 3

classofFunction · 0.85
polyfill.jsFile · 0.85
assertNotRegExpFunction · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected