Lines Matching refs:IS_MAP
13661 var IS_MAP = TYPE == 1;
13674 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
13680 if (IS_MAP) result[index] = res; // map
13713 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
13716 var ADDER = IS_MAP ? 'set' : 'add';
13736 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
13759 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
13768 IS_MAP && fixMethod('get');
13780 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
30788 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
30796 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
30876 setStrong: function (C, NAME, IS_MAP) {
30899 }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
30961 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
30967 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);