(e3)
| 7218 | _initCanvas() { |
| 7219 | this._ctx = (0, o.throwIfFalsy)(this._canvas.getContext("2d", { alpha: this._alpha })), this._alpha || this._clearAll(); |
| 7220 | } |
| 7221 | handleBlur(e3) { |
| 7222 | } |
| 7223 | handleFocus(e3) { |
| 7224 | } |
nothing calls this directly
no outgoing calls
no test coverage detected