(topLevelType)
| 4773 | // (It is the only module that is allowed to access these methods.) |
| 4774 | |
| 4775 | function unsafeCastStringToDOMTopLevelType(topLevelType) { |
| 4776 | return topLevelType; |
| 4777 | } |
| 4778 | |
| 4779 | function unsafeCastDOMTopLevelTypeToString(topLevelType) { |
| 4780 | return topLevelType; |
no outgoing calls
no test coverage detected
searching dependent graphs…