Home | History | Annotate | Download | only in html

Lines Matching refs:matches

45     var matches;
47 matches = 0;
53 matches++;
57 matches++;
62 matches++;
66 if(matches == 0) {
69 if(matches > 1) {
70 assert(descr + ": Multiple matches found for " + expectedValue, false);
87 var matches;
89 matches = 0;
93 matches++;
96 if(matches == 0) {
99 if(matches > 1) {
100 assert(descr + ": Multiple matches found for " + expectedValue, false);