(elt)
| 1974 | return this.className; |
| 1975 | } |
| 1976 | contains(elt) { |
| 1977 | for (let element of this) { |
| 1978 | if (element.contains(elt)) { |
| 1979 | return true; |
| 1980 | } |
| 1981 | } |
| 1982 | return false; |
| 1983 | } |
| 1984 | get length() { |
| 1985 | return this.selectMatches().length; |
| 1986 | } |
no outgoing calls
no test coverage detected