Searched refs:hintTimeOut (Results 1 – 1 of 1) sorted by relevance
111 private hintTimeOut: number = -1; property in SpRecordTrace316 this.hintTimeOut = window.setTimeout(() => {323 if (this.hintTimeOut !== -1) {324 window.clearTimeout(this.hintTimeOut);325 this.hintTimeOut = -1;