(e3)
| 6109 | this._core.scrollToTop(); |
| 6110 | } |
| 6111 | scrollToBottom() { |
| 6112 | this._core.scrollToBottom(); |
| 6113 | } |
| 6114 | scrollToLine(e3) { |
| 6115 | this._verifyIntegers(e3), this._core.scrollToLine(e3); |
| 6116 | } |
nothing calls this directly
no test coverage detected