(e3, t3, i3)
| 4773 | } |
| 4774 | hook(e3, t3) { |
| 4775 | if (this.reset(), this._ident = e3, this._active = this._handlers[e3] || o, this._active.length) for (let e4 = this._active.length - 1; e4 >= 0; e4--) this._active[e4].hook(t3); |
| 4776 | else this._handlerFb(this._ident, "HOOK", t3); |
| 4777 | } |
| 4778 | put(e3, t3, i3) { |
| 4779 | if (this._active.length) for (let s3 = this._active.length - 1; s3 >= 0; s3--) this._active[s3].put(e3, t3, i3); |
| 4780 | else this._handlerFb(this._ident, "PUT", (0, s2.utf32ToString)(e3, t3, i3)); |
| 4781 | } |
no test coverage detected