Lines Matching refs:cof
1286 var cof = __webpack_require__(21);
1289 var ARG = cof(function () { return arguments; }()) == 'Arguments';
1304 : ARG ? cof(O)
1306 : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
1395 var cof = __webpack_require__(21);
1398 return cof(it) == 'String' ? it.split('') : Object(it);
1531 var cof = __webpack_require__(21);
1533 return cof(arg) == 'Array';
2862 var cof = __webpack_require__(21);
2864 if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg);
2955 var cof = __webpack_require__(21);
2959 return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
5450 var cof = __webpack_require__(21);
5461 var klass = cof(this);
7137 var cof = __webpack_require__(21);
7141 return cof(it) === 'Error';