(s, o)
| 67790 | } |
| 67791 | return o |
| 67792 | } |
| 67793 | function lookupGetter(s, o) { |
| 67794 | for (; null !== s; ) { |
| 67795 | const i = zC(s, o) |
| 67796 | if (i) { |
| 67797 | if (i.get) return unapply(i.get) |
| 67798 | if ('function' == typeof i.value) return unapply(i.value) |
| 67799 | } |
| 67800 | s = VC(s) |
| 67801 | } |
| 67802 | return function fallbackValue() { |
| 67803 | return null |
| 67804 | } |
| 67805 | } |
| 67806 | const Jj = WC([ |
| 67807 | 'a', |
no test coverage detected