()
| 4 | |
| 5 | var functionBind = require('../implementation'); |
| 6 | var getCurrentContext = function () { return this; }; |
| 7 | |
| 8 | test('functionBind is a function', function (t) { |
| 9 | t.equal(typeof functionBind, 'function'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…