(e3, t3)
| 6476 | const i2 = !this._lastSearchOptions || this._didOptionsChange(this._lastSearchOptions, t3); |
| 6477 | this._lastSearchOptions = t3, (t3 == null ? void 0 : t3.decorations) && (void 0 === this._cachedSearchTerm || e3 !== this._cachedSearchTerm || i2) && this._highlightAllMatches(e3, t3); |
| 6478 | const s2 = this._findPreviousAndSelect(e3, t3); |
| 6479 | return this._fireResults(t3), this._cachedSearchTerm = e3, s2; |
| 6480 | } |
| 6481 | _didOptionsChange(e3, t3) { |
| 6482 | return !!t3 && (e3.caseSensitive !== t3.caseSensitive || e3.regex !== t3.regex || e3.wholeWord !== t3.wholeWord); |
| 6483 | } |
no outgoing calls
no test coverage detected