()
| 1997 | return this.selectMatches().length; |
| 1998 | } |
| 1999 | [Symbol.iterator]() { |
| 2000 | let query = this.selectMatches(); |
| 2001 | return query[Symbol.iterator](); |
| 2002 | } |
| 2003 | /** @returns {NodeList} all elements matching this.css under the root node */ |
| 2004 | selectMatches() { |
| 2005 | var root = this._runtime.getRootNode(this.relativeToElement); |
nothing calls this directly
no test coverage detected