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