Lines Matching refs:partials
181 * Both this.partials and this.includes will be the objects as parsed by
184 this.partials = [];
247 this.partials.forEach(p => all_deps.add(p.name));
282 const testedPartials = this.partials.filter(m => !m.untested && m.members);
340 || this.partials.some(function(p) {
388 * arrays. If only is given then only members, partials and interface
416 this.partials.push(parsed_idl);
769 this.partials.forEach(function(parsed_idl)
776 // Ensure unique test name in case of multiple partials.
864 this.partials = [];