(e3)
| 4883 | return s3.push(t3), { dispose: () => { |
| 4884 | const e4 = s3.indexOf(t3); |
| 4885 | -1 !== e4 && s3.splice(e4, 1); |
| 4886 | } }; |
| 4887 | } |
| 4888 | clearEscHandler(e3) { |
| 4889 | this._escHandlers[this._identifier(e3, [48, 126])] && delete this._escHandlers[this._identifier(e3, [48, 126])]; |
| 4890 | } |
nothing calls this directly
no test coverage detected