(s = '')
| 23 | } |
| 24 | |
| 25 | function escapeContent(s = '') { |
| 26 | return RegExpPrototypeSymbolReplace(/</g, RegExpPrototypeSymbolReplace(/(&)(?!#\d{1,7};)/g, s, '&'), '<'); |
| 27 | } |
| 28 | |
| 29 | function escapeComment(s = '') { |
| 30 | return RegExpPrototypeSymbolReplace(/--/g, s, '--'); |
no outgoing calls
no test coverage detected
searching dependent graphs…