Lines Matching refs:matches
46 var matches;
48 matches = 0;
54 matches++;
58 matches++;
63 matches++;
67 if(matches == 0) {
70 if(matches > 1) {
71 assert(descr + ": Multiple matches found for " + expectedValue, false);
88 var matches;
90 matches = 0;
94 matches++;
97 if(matches == 0) {
100 if(matches > 1) {
101 assert(descr + ": Multiple matches found for " + expectedValue, false);