()
| 75 | |
| 76 | if (target.prototype) { |
| 77 | var Empty = function Empty() {}; |
| 78 | Empty.prototype = target.prototype; |
| 79 | bound.prototype = new Empty(); |
| 80 | Empty.prototype = null; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…