()
| 1993 | return false; |
| 1994 | } |
| 1995 | get length() { |
| 1996 | return this.selectMatches().length; |
| 1997 | } |
| 1998 | [Symbol.iterator]() { |
| 1999 | let query = this.selectMatches(); |
| 2000 | return query[Symbol.iterator](); |
nothing calls this directly
no test coverage detected