(e3, t3, i2)
| 6076 | return this._checkProposedApi(), this._verifyPositiveIntegers(e3.x ?? 0, e3.width ?? 0, e3.height ?? 0), this._core.registerDecoration(e3); |
| 6077 | } |
| 6078 | hasSelection() { |
| 6079 | return this._core.hasSelection(); |
| 6080 | } |
| 6081 | select(e3, t3, i2) { |
| 6082 | this._verifyIntegers(e3, t3, i2), this._core.select(e3, t3, i2); |
| 6083 | } |
nothing calls this directly
no test coverage detected