Lines Matching refs:results
61 this.results = [];
84 this.results.push(result);
90 this.results = this.results.filter((result) => {
101 this.results = [...prev.results, ...this.results];
420 this.results = {};
649 console.log(JSON.stringify(Object.keys(this.results).sort().reduce(
651 obj[key] = this.results[key];
660 for (const [key, item] of Object.entries(this.results)) {
682 if (this.results[key]?.skip) {
691 return this.results[key]?.fail?.expected?.includes(expectedToFail) !== true;
782 let result = this.results[filename];
784 result = this.results[filename] = {};