Home | History | Annotate | Download | only in harness

Lines Matching refs:currSection

314     var currSection = this.sections[i];
316 currSection.countTests();
318 this.testCountHTML += currSection.testCountHTML;
319 this.testCountXHTML += currSection.testCountXHTML;
340 var currSection = this.sections[i];
341 for (var j = 0; j < currSection.tests.length; ++j) {
342 count += currSection.tests[j].completedForFormat(format) ? 0 : 1;
517 var currSection = chapter.sections[i];
519 for (var j = 0; j < currSection.tests.length; ++j) {
520 var currTest = currSection.tests[j];