Searched refs:newMatches (Results 1 – 3 of 3) sorted by relevance
17 …this.newMatches = []; // newly discovered matches after a preview update (equal to 'this.mat… property38 this.newMatches.push(match); // Only new matches60 this.newMatches = []; property68 editor.onAjax(this.newMatches);71 for (let match of this.newMatches) {
130 onAjax (newMatches) { argument132 this.addMatches(newMatches);161 addMatches(newMatches) { argument163 for (let match of newMatches)
171 addMatches(newMatches) { argument