(e3 = 0)
| 6067 | return this._checkProposedApi(), this._core.registerCharacterJoiner(e3); |
| 6068 | } |
| 6069 | deregisterCharacterJoiner(e3) { |
| 6070 | this._checkProposedApi(), this._core.deregisterCharacterJoiner(e3); |
| 6071 | } |
| 6072 | registerMarker(e3 = 0) { |
| 6073 | return this._verifyIntegers(e3), this._core.registerMarker(e3); |
| 6074 | } |
nothing calls this directly
no test coverage detected