(topLevelType)
| 1961 | // (It is the only module that is allowed to access these methods.) |
| 1962 | |
| 1963 | function unsafeCastStringToDOMTopLevelType(topLevelType) { |
| 1964 | return topLevelType; |
| 1965 | } |
| 1966 | |
| 1967 | function unsafeCastDOMTopLevelTypeToString(topLevelType) { |
| 1968 | return topLevelType; |