(e3)
| 4895 | this._executeHandlers[e3.charCodeAt(0)] = t3; |
| 4896 | } |
| 4897 | clearExecuteHandler(e3) { |
| 4898 | this._executeHandlers[e3.charCodeAt(0)] && delete this._executeHandlers[e3.charCodeAt(0)]; |
| 4899 | } |
| 4900 | setExecuteHandlerFallback(e3) { |
| 4901 | this._executeHandlerFb = e3; |
| 4902 | } |