(e, t)
| 196 | H = t.push, |
| 197 | O = t.slice, |
| 198 | P = function (e, t) { |
| 199 | for (var n = 0, r = e.length; n < r; n++) |
| 200 | if (e[n] === t) return n; |
| 201 | return -1 |
| 202 | }, |
| 203 | R = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", |
| 204 | M = "[\\x20\\t\\r\\n\\f]", |
| 205 | I = "(?:\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", |
no outgoing calls
no test coverage detected