Searched refs:showHint (Results 1 – 2 of 2) sorted by relevance
142 spRecordTrace.showHint = true;143 expect(spRecordTrace.showHint).toBeTruthy();146 spRecordTrace.showHint = false;147 expect(spRecordTrace.showHint).toBeFalsy();
292 let showHint = false;300 showHint = true;305 this.showHint = showHint;308 get showHint(): boolean { method in SpRecordTrace312 set showHint(bool: boolean) { method in SpRecordTrace413 if (!this.showHint) {414 this.showHint = true;428 this.showHint = false;434 this.showHint = false;969 this.showHint = true;[all …]