(s)
| 67778 | } |
| 67779 | return s |
| 67780 | } |
| 67781 | function clone(s) { |
| 67782 | const o = HC(null) |
| 67783 | for (const [i, a] of $C(s)) { |
| 67784 | Bj(s, i) && |
| 67785 | (Array.isArray(a) |
| 67786 | ? (o[i] = purify_es_cleanArray(a)) |
| 67787 | : a && 'object' == typeof a && a.constructor === Object |
| 67788 | ? (o[i] = clone(a)) |
| 67789 | : (o[i] = a)) |
| 67790 | } |
| 67791 | return o |
| 67792 | } |
| 67793 | function lookupGetter(s, o) { |
| 67794 | for (; null !== s; ) { |
no test coverage detected