(s)
| 10657 | var rn = /\r\n?/g, |
| 10658 | nn = /\u0000|\uFFFD/g |
| 10659 | function zf(s) { |
| 10660 | return ('string' == typeof s ? s : '' + s).replace(rn, '\n').replace(nn, '') |
| 10661 | } |
| 10662 | function Af(s, o, i) { |
| 10663 | if (((o = zf(o)), zf(s) !== o && i)) throw Error(p(425)) |
| 10664 | } |