MCPcopy Index your code
hub / github.com/dan-manges/m2node / ctor

Function ctor

lib/m2node/handler.js:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 var __hasProp = Object.prototype.hasOwnProperty, __extends = function(child, parent) {
4 for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; }
5 function ctor() { this.constructor = child; }
6 ctor.prototype = parent.prototype;
7 child.prototype = new ctor;
8 child.__super__ = parent.prototype;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected