Searched refs:newMatches (Results 1 – 3 of 3) sorted by relevance
16 …this.newMatches = []; // newly discovered matches after a preview update (equal to 'this.mat… property37 this.newMatches.push(match); // Only new matches59 this.newMatches = []; property67 editor.onAjax(this.newMatches);70 for (let match of this.newMatches) {
131 onAjax (newMatches) { argument133 this.addMatches(newMatches);162 addMatches(newMatches) { argument164 for (let match of newMatches)
180 addMatches(newMatches) { argument