(hoistableRoot, type, instance)
| 17614 | return cache; |
| 17615 | } |
| 17616 | function mountHoistable(hoistableRoot, type, instance) { |
| 17617 | hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot; |
| 17618 | hoistableRoot.head.insertBefore( |
| 17619 | instance, |
| 17620 | "title" === type ? hoistableRoot.querySelector("head > title") : null |
| 17621 | ); |
| 17622 | } |
| 17623 | function isHostHoistableType(type, props, hostContext) { |
| 17624 | if (1 === hostContext || null != props.itemProp) return !1; |
| 17625 | switch (type) { |
no outgoing calls
no test coverage detected
searching dependent graphs…