Lines Matching refs:ctor

17039 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
17722 module.exports = function inherits(ctor, superCtor) {
17723 ctor.super_ = superCtor
17724 ctor.prototype = Object.create(superCtor.prototype, {
17726 value: ctor,
17735 module.exports = function inherits(ctor, superCtor) {
17736 ctor.super_ = superCtor
17739 ctor.prototype = new TempCtor()
17740 ctor.prototype.constructor = ctor
18940 module.exports = function inherits(ctor, superCtor) {
18941 ctor.super_ = superCtor
18942 ctor.prototype = Object.create(superCtor.prototype, {
18944 value: ctor,
18953 module.exports = function inherits(ctor, superCtor) {
18954 ctor.super_ = superCtor
18957 ctor.prototype = new TempCtor()
18958 ctor.prototype.constructor = ctor
27259 module.exports = function inherits(ctor, superCtor) {
27260 ctor.super_ = superCtor
27261 ctor.prototype = Object.create(superCtor.prototype, {
27263 value: ctor,
27272 module.exports = function inherits(ctor, superCtor) {
27273 ctor.super_ = superCtor
27276 ctor.prototype = new TempCtor()
27277 ctor.prototype.constructor = ctor
28152 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
29926 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
30200 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
30276 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
30572 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
30664 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
30736 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
30808 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
30950 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
31047 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
31140 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…
31927 … = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype;…