Home
last modified time | relevance | path

Searched refs:IS_MAP (Results 1 – 25 of 26) sorted by relevance

12

/plugin/asciidocjs/node_modules/core-js/modules/
D_collection.js15 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument
18 var ADDER = IS_MAP ? 'set' : 'add';
38 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
61 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
70 IS_MAP && fixMethod('get');
82 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
D_array-methods.js14 var IS_MAP = TYPE == 1;
27 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
33 if (IS_MAP) result[index] = res; // map
D_collection-strong.js28 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
36 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
116 setStrong: function (C, NAME, IS_MAP) { argument
139 }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
Dcore.dict.js30 var IS_MAP = TYPE == 1;
35 var result = IS_MAP || TYPE == 7 || TYPE == 2
42 if (IS_MAP) result[key] = res; // map
D_collection-weak.js50 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
56 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
/plugin/asciidocjs/node_modules/core-js/modules/library/
D_collection.js16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument
19 var ADDER = IS_MAP ? 'set' : 'add';
26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
33 if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target);
56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_collection.js16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument
19 var ADDER = IS_MAP ? 'set' : 'add';
26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
33 if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target);
56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
D_array-methods.js14 var IS_MAP = TYPE == 1;
27 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
33 if (IS_MAP) result[index] = res; // map
D_collection-strong.js28 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
36 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
116 setStrong: function (C, NAME, IS_MAP) { argument
139 }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
Dcore.dict.js30 var IS_MAP = TYPE == 1;
35 var result = IS_MAP || TYPE == 7 || TYPE == 2
42 if (IS_MAP) result[key] = res; // map
D_collection-weak.js50 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
56 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.js438 var IS_MAP = TYPE == 1;
451 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
457 if (IS_MAP) result[index] = res; // map
1678 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
1681 var ADDER = IS_MAP ? 'set' : 'add';
1688 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
1695 if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target);
1718 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
3137 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
3145 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
[all …]
Dcore.js524 var IS_MAP = TYPE == 1;
537 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
543 if (IS_MAP) result[index] = res; // map
1914 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
1917 var ADDER = IS_MAP ? 'set' : 'add';
1937 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
1960 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
1969 IS_MAP && fixMethod('get');
1981 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
3461 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
[all …]
Dshim.js516 var IS_MAP = TYPE == 1;
529 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
535 if (IS_MAP) result[index] = res; // map
1804 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
1807 var ADDER = IS_MAP ? 'set' : 'add';
1827 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
1850 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
1859 IS_MAP && fixMethod('get');
1871 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
3431 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument
[all …]
Dlibrary.min.js.map1 …OwnPropertyDescriptor","method","arg","toLength","asc","TYPE","$create","IS_MAP","IS_FILTER","IS_S…
Dshim.min.js.map1 …isNaN","method","arg","valueOf","KEY","toLength","asc","TYPE","$create","IS_MAP","IS_FILTER","IS_S…
Dcore.min.js.map1 …isNaN","method","arg","valueOf","KEY","toLength","asc","TYPE","$create","IS_MAP","IS_FILTER","IS_S…
/plugin/pdfjs/pdfjs/build/
Dpdf.js3990 var IS_MAP = TYPE == 1;
4003 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
4012 if (IS_MAP) result[index] = res;else if (res) switch (TYPE) {
4223 getConstructor: function getConstructor(wrapper, NAME, IS_MAP, ADDER) {
4229 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
4300 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
4303 var ADDER = IS_MAP ? 'set' : 'add';
4327 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
4354 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
4364 IS_MAP && fixMethod('get');
[all …]
Dpdf.worker.js5159 var IS_MAP = TYPE == 1;
5172 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
5181 if (IS_MAP) result[index] = res;else if (res) switch (TYPE) {
5392 getConstructor: function getConstructor(wrapper, NAME, IS_MAP, ADDER) {
5398 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
5469 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
5472 var ADDER = IS_MAP ? 'set' : 'add';
5496 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
5523 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
5533 IS_MAP && fixMethod('get');
[all …]
Dpdf.js.map1IS_MAP","TYPE","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$create","res","isArra…
Dpdf.worker.js.map1IS_MAP","TYPE","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$create","res","isArra…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","create","$this","callbackfn",…
/plugin/edittable/lib/
Dhandsontable.full.js13661 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
[all …]
/plugin/zwidoku/files/
H A Djs.js1IS_MAP=TYPE==1;var IS_FILTER=TYPE==2;var IS_SOME=TYPE==3;var IS_EVERY=TYPE==4;var IS_FIND_INDEX=TY…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js26854 var IS_MAP = TYPE == 1;
26868 …var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : u…
26874 if (IS_MAP) target[index] = result; // map
27317 getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {
27328 if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
27433 redefineAll(Prototype, IS_MAP ? {
27459 setStrong: function (Constructor, CONSTRUCTOR_NAME, IS_MAP) {
27496 }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
27529 var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;
27531 var ADDER = IS_MAP ? 'set' : 'add';
[all …]

12