Searched refs:Nodelist (Results 1 – 2 of 2) sorted by relevance
25046 while (result instanceof Nodelist) {25085 __extends(Nodelist, _super);25086 function Nodelist(parent, index) { function25094 return Nodelist;25175 this.selectors = new Nodelist(this);25391 this.arguments = new Nodelist(this);25535 this.variables = new Nodelist(this);25880 this.mediums = new Nodelist(this);26215 this.selectors = new Nodelist(this);26236 this.arguments = new Nodelist(this);[all …]
1 …Nodelist) {\n result = result.parent;\n }\n return result;\n };\n N…