()
| 124 | _cache.set(Class, Wrapper); |
| 125 | } |
| 126 | function Wrapper() { |
| 127 | return _construct(Class, arguments, _getPrototypeOf(this).constructor); |
| 128 | } |
| 129 | Wrapper.prototype = Object.create(Class.prototype, { |
| 130 | constructor: { |
| 131 | value: Wrapper, |
nothing calls this directly
no test coverage detected