(s, o, i)
| 33041 | ? String.fromCharCode(s) |
| 33042 | : String.fromCharCode(55296 + ((s - 65536) >> 10), 56320 + ((s - 65536) & 1023)) |
| 33043 | } |
| 33044 | function setProperty(s, o, i) { |
| 33045 | '__proto__' === o |
| 33046 | ? Object.defineProperty(s, o, { |
| 33047 | configurable: !0, |
| 33048 | enumerable: !0, |
| 33049 | writable: !0, |
| 33050 | value: i, |
| 33051 | }) |
| 33052 | : (s[o] = i) |
| 33053 | } |
| 33054 | for (var qr = new Array(256), Ur = new Array(256), Vr = 0; Vr < 256; Vr++) |
| 33055 | ((qr[Vr] = simpleEscapeSequence(Vr) ? 1 : 0), (Ur[Vr] = simpleEscapeSequence(Vr))) |
no outgoing calls
no test coverage detected