Searched refs:superCtor (Results 1 – 5 of 5) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 17722 module.exports = function inherits(ctor, superCtor) { 17723 ctor.super_ = superCtor 17735 module.exports = function inherits(ctor, superCtor) { 17736 ctor.super_ = superCtor 17738 TempCtor.prototype = superCtor.prototype 18941 ctor.super_ = superCtor 18954 ctor.super_ = superCtor 18956 TempCtor.prototype = superCtor.prototype 27260 ctor.super_ = superCtor 27273 ctor.super_ = superCtor [all …]
|
H A D | pdfmake.min.js.map | 1 …superCtor","super_","enumerable","configurable","TempCtor","process","ReadableState","hwm","highWa…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 7083 cls.super_ = superCtor; 29449 function inherits(ctor, superCtor) { 29450 ctor.super_ = superCtor; 33038 function inherits(ctor, superCtor) { 33039 ctor.super_ = superCtor; 50671 if (superCtor) { 50672 ctor.super_ = superCtor; 50686 if (superCtor) { 50687 ctor.super_ = superCtor; 81812 ctor.super_ = superCtor; [all …]
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 25 inherits_browser.exports = function inherits(ctor, superCtor) { argument 26 if (superCtor) { 27 ctor.super_ = superCtor; 28 ctor.prototype = Object.create(superCtor.prototype, { 40 inherits_browser.exports = function inherits(ctor, superCtor) { 41 if (superCtor) { 42 ctor.super_ = superCtor; 44 TempCtor.prototype = superCtor.prototype; 10443 function inherits(ctor, superCtor) { 10444 ctor.super_ = superCtor; [all …]
|
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 3454 exports.inherits = function (ctor, superCtor) { argument 3456 Obj.prototype = superCtor.prototype;
|