(namespaceURI)
| 16813 | : rootContainerElement.ownerDocument; |
| 16814 | } |
| 16815 | function getOwnHostContext(namespaceURI) { |
| 16816 | switch (namespaceURI) { |
| 16817 | case "http://www.w3.org/2000/svg": |
| 16818 | return 1; |
| 16819 | case "http://www.w3.org/1998/Math/MathML": |
| 16820 | return 2; |
| 16821 | default: |
| 16822 | return 0; |
| 16823 | } |
| 16824 | } |
| 16825 | function getChildHostContextProd(parentNamespace, type) { |
| 16826 | if (0 === parentNamespace) |
| 16827 | switch (type) { |
no outgoing calls
no test coverage detected
searching dependent graphs…