(s, o = [s])
| 45755 | for (let s of i) delete a[s] |
| 45756 | Object.defineProperties(s, a) |
| 45757 | }, |
| 45758 | protoChain = (s, o = [s]) => { |
| 45759 | const i = Object.getPrototypeOf(s) |
| 45760 | return null === i ? o : protoChain(i, [...o, i]) |
| 45761 | }, |
| 45762 | hardMixProtos = (s, o, i = []) => { |
| 45763 | var a |
no outgoing calls
no test coverage detected