()
| 10859 | |
| 10860 | // Reusable constructor function for prototype setting. |
| 10861 | var ctor = function(){}; |
| 10862 | |
| 10863 | // Create a function bound to a given object (assigning `this`, and arguments, |
| 10864 | // optionally). Binding with arguments is also known as `curry`. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…