(parentNamespace, type)
| 16823 | } |
| 16824 | } |
| 16825 | function getChildHostContextProd(parentNamespace, type) { |
| 16826 | if (0 === parentNamespace) |
| 16827 | switch (type) { |
| 16828 | case "svg": |
| 16829 | return 1; |
| 16830 | case "math": |
| 16831 | return 2; |
| 16832 | default: |
| 16833 | return 0; |
| 16834 | } |
| 16835 | return 1 === parentNamespace && "foreignObject" === type |
| 16836 | ? 0 |
| 16837 | : parentNamespace; |
| 16838 | } |
| 16839 | function shouldSetTextContent(type, props) { |
| 16840 | return ( |
| 16841 | "textarea" === type || |
no outgoing calls
no test coverage detected
searching dependent graphs…