(t)
| 15 | var t = document.createElement("_"); |
| 16 | if (t.classList.add("c1", "c2"), !t.classList.contains("c2")) { |
| 17 | var e = function(t) { |
| 18 | var e = DOMTokenList.prototype[t]; |
| 19 | DOMTokenList.prototype[t] = function(t) { |
| 20 | var n, o = arguments.length; |
| 21 | for (n = 0; o > n; n++) t = arguments[n], e.call(this, t) |
| 22 | } |
| 23 | }; |
| 24 | e("add"), e("remove") |
| 25 | } |
| 26 | if (t.classList.toggle("c3", !1), t.classList.contains("c3")) { |
no outgoing calls
no test coverage detected