Lines Matching refs:cof
1393 var cof = __webpack_require__(19);
1396 var ARG = cof(function () { return arguments; }()) == 'Arguments';
1411 : ARG ? cof(O)
1413 : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
1483 var cof = __webpack_require__(19);
1486 return cof(it) == 'String' ? it.split('') : Object(it);
1573 var cof = __webpack_require__(19);
1575 return cof(arg) == 'Array';
1608 var cof = __webpack_require__(19);
1612 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
3134 var cof = __webpack_require__(19);
3136 if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg);
4667 var cof = __webpack_require__(19);
4680 var BROKEN_COF = cof(__webpack_require__(36)(proto)) == NUMBER;
4715 && (BROKEN_COF ? fails(function () { proto.valueOf.call(that); }) : cof(that) != NUMBER)
5762 var cof = __webpack_require__(19);
5773 var klass = cof(this);
7923 var cof = __webpack_require__(19);
7927 return cof(it) === 'Error';