()
| 15 | var aArgs = Array.prototype.slice.call(arguments, 1), |
| 16 | fToBind = this, |
| 17 | fNOP = function () {}, |
| 18 | fBound = function () { |
| 19 | return fToBind.apply(this instanceof fNOP && oThis |
| 20 | ? this |
nothing calls this directly
no outgoing calls
no test coverage detected