(e3)
| 6100 | super.dispose(); |
| 6101 | } |
| 6102 | scrollLines(e3) { |
| 6103 | this._verifyIntegers(e3), this._core.scrollLines(e3); |
| 6104 | } |
| 6105 | scrollPages(e3) { |
| 6106 | this._verifyIntegers(e3), this._core.scrollPages(e3); |
| 6107 | } |
nothing calls this directly
no test coverage detected