(t)
| 3539 | ((this.pulse = null), (this.source = null)); |
| 3540 | }, |
| 3541 | evaluate(t) { |
| 3542 | const e = this._update; |
| 3543 | if (e) { |
| 3544 | const n = this.marshall(t.stamp), |
| 3545 | r = e.call(this, n, t); |
| 3546 | if ((n.clear(), r !== this.value)) this.value = r; |
| 3547 | else if (!this.modified()) return t.StopPropagation; |
| 3548 | } |
| 3549 | }, |
| 3550 | run(t) { |
| 3551 | if (t.stamp < this.stamp) return t.StopPropagation; |
| 3552 | let e; |
nothing calls this directly
no test coverage detected