Lines Matching refs:NAME

13713 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
13714 var Base = global[NAME];
13736 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
13757 anInstance(target, C, NAME);
13775 setToStringTag(C, NAME);
13777 O[NAME] = C;
13780 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
19225 module.exports = function (that, searchString, NAME) {
19226 if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
21643 var NAME = 'name';
21646 NAME in FProto || __webpack_require__(20) && dP(FProto, NAME, {
22885 var NAME = collections[i];
22886 var explicit = DOMIterables[NAME];
22887 var Collection = global[NAME];
22892 if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);
22893 Iterators[NAME] = ArrayValues;
30788 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
30790 anInstance(that, C, NAME, '_i');
30791 that._t = NAME; // collection type
30802 … for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
30813 var that = validate(this, NAME);
30830 validate(this, NAME);
30842 return !!getEntry(validate(this, NAME), key);
30847 return validate(this, NAME)[SIZE];
30876 setStrong: function (C, NAME, IS_MAP) {
30879 $iterDefine(C, NAME, function (iterated, kind) {
30880 this._t = validate(iterated, NAME); // target
30902 setSpecies(NAME);
30961 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
30963 anInstance(that, C, NAME, '_i');
30964 that._t = NAME; // collection type
30975 if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key);
30983 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
31108 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
31109 $iterCreate(Constructor, NAME, next);
31117 var TAG = NAME + ' Iterator';
31124 var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
31146 Iterators[NAME] = $default;
31156 } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
49404 module.exports = function (Constructor, NAME, next) {
49406 setToStringTag(Constructor, NAME + ' Iterator');