()
| 6103 | this._verifyIntegers(e3), this._core.scrollLines(e3); |
| 6104 | } |
| 6105 | scrollPages(e3) { |
| 6106 | this._verifyIntegers(e3), this._core.scrollPages(e3); |
| 6107 | } |
| 6108 | scrollToTop() { |
| 6109 | this._core.scrollToTop(); |
| 6110 | } |
nothing calls this directly
no test coverage detected