(_)
| 3663 | function Record(s, o) { |
| 3664 | var i, |
| 3665 | a = function Record(_) { |
| 3666 | if (_ instanceof a) return _ |
| 3667 | if (!(this instanceof a)) return new a(_) |
| 3668 | if (!i) { |
| 3669 | i = !0 |
| 3670 | var w = Object.keys(s) |
| 3671 | ;(setProps(u, w), |
| 3672 | (u.size = w.length), |
| 3673 | (u._name = o), |
| 3674 | (u._keys = w), |
| 3675 | (u._defaultValues = s)) |
| 3676 | } |
| 3677 | this._map = Map(_) |
| 3678 | }, |
| 3679 | u = (a.prototype = Object.create(tt)) |
| 3680 | return ((u.constructor = a), a) |
| 3681 | } |
no test coverage detected