()
| 1982 | return false; |
| 1983 | } |
| 1984 | get length() { |
| 1985 | return this.selectMatches().length; |
| 1986 | } |
| 1987 | [Symbol.iterator]() { |
| 1988 | let query = this.selectMatches(); |
| 1989 | return query[Symbol.iterator](); |
nothing calls this directly
no test coverage detected