(...o)
| 45922 | o = { [_]: combinedInitFunction } |
| 45923 | u.push(o) |
| 45924 | } |
| 45925 | function MixedClass(...o) { |
| 45926 | for (const i of s) copyProps(this, new i(...o)) |
| 45927 | null !== _ && 'function' == typeof this[_] && this[_].apply(this, o) |
| 45928 | } |
| 45929 | var w, x |
| 45930 | ;((MixedClass.prototype = |
nothing calls this directly
no test coverage detected