()
| 4671 | var Ctor = createCtorWrapper(func); |
| 4672 | |
| 4673 | function wrapper() { |
| 4674 | var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; |
| 4675 | return fn.apply(thisArg, arguments); |
| 4676 | } |
| 4677 | return wrapper; |
| 4678 | } |
| 4679 |
nothing calls this directly
no test coverage detected