(t, e)
| 14937 | ); |
| 14938 | } |
| 14939 | _render(t, e) { |
| 14940 | return ( |
| 14941 | this._dirtyCheck() && |
| 14942 | (this._dirtyAll && this._clearDefs(), |
| 14943 | this.mark(this._root, t, void 0, e), |
| 14944 | iv(this._root, 1)), |
| 14945 | this.defs(), |
| 14946 | (this._dirty = []), |
| 14947 | ++this._dirtyID, |
| 14948 | this |
| 14949 | ); |
| 14950 | } |
| 14951 | dirty(t) { |
| 14952 | t.dirty !== this._dirtyID && |
| 14953 | ((t.dirty = this._dirtyID), this._dirty.push(t)); |
nothing calls this directly
no test coverage detected