(instance)
| 7794 | } |
| 7795 | |
| 7796 | function getNextHydratableSibling(instance) { |
| 7797 | return getNextHydratable(instance.nextSibling); |
| 7798 | } |
| 7799 | function getFirstHydratableChild(parentInstance) { |
| 7800 | return getNextHydratable(parentInstance.firstChild); |
| 7801 | } |
no test coverage detected