(foo, bar)
| 38 | }) |
| 39 | .add('utils.getParamNames(newfn)', function() { |
| 40 | function newfn(foo, bar) {} |
| 41 | utils.getParamNames(newfn); |
| 42 | }) |
| 43 | .add('utils.getParamNames(newfn, false) no cache', function() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…