(e3)
| 6070 | this._checkProposedApi(), this._core.deregisterCharacterJoiner(e3); |
| 6071 | } |
| 6072 | registerMarker(e3 = 0) { |
| 6073 | return this._verifyIntegers(e3), this._core.registerMarker(e3); |
| 6074 | } |
| 6075 | registerDecoration(e3) { |
| 6076 | return this._checkProposedApi(), this._verifyPositiveIntegers(e3.x ?? 0, e3.width ?? 0, e3.height ?? 0), this._core.registerDecoration(e3); |
| 6077 | } |
nothing calls this directly
no test coverage detected