Home
last modified time | relevance | path

Searched refs:superCtor (Results 1 – 8 of 8) sorted by relevance

/plugin/asciidocjs/node_modules/inherits/
Dinherits_browser.js3 module.exports = function inherits(ctor, superCtor) { argument
4 if (superCtor) {
5 ctor.super_ = superCtor
6 ctor.prototype = Object.create(superCtor.prototype, {
18 module.exports = function inherits(ctor, superCtor) {
19 if (superCtor) {
20 ctor.super_ = superCtor
22 TempCtor.prototype = superCtor.prototype
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js17722 module.exports = function inherits(ctor, superCtor) { argument
17723 ctor.super_ = superCtor
17724 ctor.prototype = Object.create(superCtor.prototype, {
17735 module.exports = function inherits(ctor, superCtor) {
17736 ctor.super_ = superCtor
17738 TempCtor.prototype = superCtor.prototype
18940 module.exports = function inherits(ctor, superCtor) {
18941 ctor.super_ = superCtor
18942 ctor.prototype = Object.create(superCtor.prototype, {
18953 module.exports = function inherits(ctor, superCtor) {
[all …]
Dpdfmake.min.js.map1superCtor","super_","enumerable","configurable","TempCtor","process","ReadableState","hwm","highWa…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js7081 var inherits = function inherits(cls, superCtor, statics, prototype) {
7083 cls.super_ = superCtor;
7111 cls.prototype = Object.create(superCtor.prototype, properties);
29449 function inherits(ctor, superCtor) {
29450 ctor.super_ = superCtor;
29454 TempCtor.prototype = superCtor.prototype;
33038 function inherits(ctor, superCtor) {
33039 ctor.super_ = superCtor;
33043 TempCtor.prototype = superCtor.prototype;
50670 module.exports = function inherits(ctor, superCtor) {
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js25 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/
Djszip.js3454 exports.inherits = function (ctor, superCtor) {
3456 Obj.prototype = superCtor.prototype;
/plugin/datatables/assets/jszip/
Djszip.js3454 exports.inherits = function (ctor, superCtor) {
3456 Obj.prototype = superCtor.prototype;
/plugin/datatables/assets/pdfmake/
Dpdfmake.js40129 module.exports = function inherits(ctor, superCtor) {
40130 if (superCtor) {
40131 ctor.super_ = superCtor
40132 ctor.prototype = Object.create(superCtor.prototype, {
40144 module.exports = function inherits(ctor, superCtor) {
40145 if (superCtor) {
40146 ctor.super_ = superCtor
40148 TempCtor.prototype = superCtor.prototype