| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _iter-define.js | 35 var methods, key, IteratorPrototype; 38 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); 39 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 41 setToStringTag(IteratorPrototype, TAG, true); 43 …if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR…
|
| D | _iter-create.js | 5 var IteratorPrototype = {}; variable 8 require('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; }); 11 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _iter-define.js | 35 var methods, key, IteratorPrototype; 38 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); 39 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 41 setToStringTag(IteratorPrototype, TAG, true); 43 …if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR…
|
| D | _iter-create.js | 5 var IteratorPrototype = {}; variable 8 require('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; }); 11 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
|
| /plugin/asciidocjs/node_modules/regenerator-runtime/ |
| D | runtime.js | 87 var IteratorPrototype = {}; 88 IteratorPrototype[iteratorSymbol] = function () { class 99 IteratorPrototype = NativeIteratorPrototype; 103 Generator.prototype = Object.create(IteratorPrototype);
|
| /plugin/asciidocjs/node_modules/handlebars/dist/ |
| D | handlebars.runtime.js | 1455 var IteratorPrototype = getProto($default.call(new Base)); 1457 setToStringTag(IteratorPrototype, TAG, true); 1459 if(!LIBRARY && has(proto, FF_ITERATOR))hide(IteratorPrototype, ITERATOR, returnThis); 1500 , IteratorPrototype = {}; 1503 …__webpack_require__(24)(IteratorPrototype, __webpack_require__(28)('iterator'), function(){ return… 1506 Constructor.prototype = $.create(IteratorPrototype, {next: descriptor(1, next)});
|
| D | handlebars.js | 1524 var IteratorPrototype = getProto($default.call(new Base)); 1526 setToStringTag(IteratorPrototype, TAG, true); 1528 if(!LIBRARY && has(proto, FF_ITERATOR))hide(IteratorPrototype, ITERATOR, returnThis); 1569 , IteratorPrototype = {}; 1572 …__webpack_require__(25)(IteratorPrototype, __webpack_require__(29)('iterator'), function(){ return… 1575 Constructor.prototype = $.create(IteratorPrototype, {next: descriptor(1, next)});
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.js | 1576 var methods, key, IteratorPrototype; 1579 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); property 1580 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 1582 setToStringTag(IteratorPrototype, TAG, true); 1584 …if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR… 1622 var IteratorPrototype = {}; 1625 __webpack_require__(17)(IteratorPrototype, __webpack_require__(5)('iterator'), function () { return… 1628 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
|
| D | shim.js | 2209 var methods, key, IteratorPrototype; 2212 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); property 2213 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 2215 setToStringTag(IteratorPrototype, TAG, true); 2217 …if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR… 2255 var IteratorPrototype = {}; 2258 __webpack_require__(11)(IteratorPrototype, __webpack_require__(5)('iterator'), function () { return… 2261 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
|
| D | core.js | 1669 var methods, key, IteratorPrototype; 1672 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); property 1673 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 1675 setToStringTag(IteratorPrototype, TAG, true); 1677 …if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR… 1715 var IteratorPrototype = {}; 1718 __webpack_require__(14)(IteratorPrototype, __webpack_require__(5)('iterator'), function () { return… 1721 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
|
| D | library.min.js.map | 1 …BUGGY","VALUES","returnThis","DEFAULT","IS_SET","FORCED","methods","IteratorPrototype","getMethod"…
|
| /plugin/combo/resources/library/combo/ |
| H A D | combo.min.js.map | 1 …IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype…
|
| /plugin/combo/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 2233 var methods, key, IteratorPrototype; 2236 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); property 2238 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 2239 setToStringTag(IteratorPrototype, TAG, true); 2240 …if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR… 2295 var IteratorPrototype = {}; 2297 __w_pdfjs_require__(10)(IteratorPrototype, __w_pdfjs_require__(33)('iterator'), function () { 2302 Constructor.prototype = create(IteratorPrototype, { 12291 var IteratorPrototype = {}; 12293 IteratorPrototype[iteratorSymbol] = function () { class [all …]
|
| D | pdf.worker.js | 821 var IteratorPrototype = {}; 823 IteratorPrototype[iteratorSymbol] = function () { class 831 IteratorPrototype = NativeIteratorPrototype; 834 …Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); 3402 var methods, key, IteratorPrototype; 3405 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); property 3407 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 3408 setToStringTag(IteratorPrototype, TAG, true); 3409 …if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR… 3464 var IteratorPrototype = {}; [all …]
|
| D | pdf.js.map | 1 …IteratorPrototype","methods","values","keys","IS_SET","entries","create","descriptor","Constructor…
|
| D | pdf.worker.js.map | 1 …IteratorPrototype","getProto","NativeIteratorPrototype","values","Gp","GeneratorFunctionPrototype"…
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …IteratorPrototype","$iterCreate","BUGGY","returnThis","DEFAULT","IS_SET","getMethod","kind","DEF_V…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 12209 …IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); v… 27706 var IteratorPrototype = (__webpack_require__(3383).IteratorPrototype); 27716 …IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next… 27820 var IteratorPrototype = IteratorsCore.IteratorPrototype; 27856 if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { 27858 setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); 29365 var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator; 29374 …if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIt… 29378 var NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () { 29381 return IteratorPrototype[ITERATOR].call(test) !== test; [all …]
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 2761 var IteratorPrototype = {}; variable 2763 IteratorPrototype[iteratorSymbol] = function () { class 2771 IteratorPrototype = NativeIteratorPrototype; 2774 …Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
|
| D | viewer.js.map | 1 …IteratorPrototype","getProto","NativeIteratorPrototype","Gp","GeneratorFunctionPrototype","Generat…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 41011 var IteratorPrototype = require('../internals/iterators-core').IteratorPrototype; 41021 …IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next… 41063 var IteratorPrototype = IteratorsCore.IteratorPrototype; 41098 if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { 41099 if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { 41101 setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); 41608 var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator; 41616 …if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIt… 41620 if (IteratorPrototype == undefined) IteratorPrototype = {}; 41623 if (!IS_PURE && !has(IteratorPrototype, ITERATOR)) { [all …]
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 31125 var methods, key, IteratorPrototype; 31128 IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); property 31129 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { 31131 setToStringTag(IteratorPrototype, TAG, true); 31133 … if (!LIBRARY && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis); 49399 var IteratorPrototype = {}; 49402 __webpack_require__(31)(IteratorPrototype, __webpack_require__(8)('iterator'), function () { return… 49405 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …IteratorPrototype;if($anyNative){IteratorPrototype=getPrototypeOf($anyNative.call(new Base()));if(…
|
| /plugin/jsoneditor/script/ |
| D | jsoneditor.min.js | 2 …IteratorPrototype,i=r(30),o=r(9114),a=r(8003),s=r(7497),l=function(){return this};t.exports=functi… property
|