()
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected