(param)
| 35 | |
| 36 | var round2 = Math.round |
| 37 | , x = function(param) { return param + 1; } |
| 38 | , y = function(param) { return param + 2; } |
| 39 | , x2 = x; |
| 40 | t.ok(persistent.compareCallbacks(round, round2, Math.floor)); |
nothing calls this directly
no outgoing calls
no test coverage detected