MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / [Symbol.iterator]

Method [Symbol.iterator]

www/js/_hyperscript-max.js:1999–2002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 2

selectMatchesMethod · 0.45
forEachMethod · 0.45

Tested by

no test coverage detected