Lines Matching refs:create

4065       var bucket = Object.create(null);
12158 var fastKey = function (it, create) {
12165 if (!create) return 'E';
12171 var getWeak = function (it, create) {
12176 if (!create) return false;
13667 var create = $create || asc;
13674 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
19146 module.exports = Object.create || function create(O, Properties) {
22494 var $create = function create(it, P) {
22589 create: $create,
30763 var create = __webpack_require__(80);
30792 that._i = create(null); // index
31839 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
31896 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
32258 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
32674 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
33307 this.interval = _interval2.default.create(function () {
34862 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
34963 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
35278 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
35660 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
35725 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
36412 _localHooks: Object.create(null),
36572 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
37245 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
37888 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
38911 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
41228 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
41881 this.create();
41900 value: function create() {
42250 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
42706 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
43585 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
43646 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
43719 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
44399 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
45406 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
45467 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
45540 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
46781 …or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && supe…
48836 value: function create(func, delay) {
49396 var create = __webpack_require__(80);
49405 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });