Lines Matching refs:COMPLETE
2454 this.phase = (tests.is_aborted || tests.phase === tests.phases.COMPLETE) ?
2455 this.phases.COMPLETE : this.phases.INITIAL;
2483 if (tests.phase === tests.phases.COMPLETE) {
2515 COMPLETE:4
2929 if (test.phase === test.phases.COMPLETE) {
3040 test.phase = test.phases.COMPLETE;
3117 this.phase = this.phases.COMPLETE;
3372 COMPLETE:4
3522 test.phase = test.phases.COMPLETE;
3617 if (this.phase === this.phases.COMPLETE) {
3622 this_obj.phase = this_obj.phases.COMPLETE;
3627 return test.phase < test.phases.COMPLETE;
3643 test.phase = test.phases.COMPLETE;
3675 test.phase = test.phases.COMPLETE;
3798 if (this.phase >= this.phases.COMPLETE) {
3821 if (this.phase >= this.phases.COMPLETE) {
3986 Output.prototype.COMPLETE = 3;
4063 if (!this.enabled || this.phase === this.COMPLETE) {
4083 if (this.phase >= this.COMPLETE) {
4092 this.phase = this.COMPLETE;