(evaluate)
| 131 | } |
| 132 | |
| 133 | connect(evaluate) { |
| 134 | if (!this.isBound) { |
| 135 | return; |
| 136 | } |
| 137 | if (evaluate) { |
| 138 | let value = this.sourceExpression.evaluate(this.source, this.lookupFunctions); |
| 139 | this.updateTarget(value); |
| 140 | } |
| 141 | this.sourceExpression.connect(this, this.source); |
| 142 | } |
| 143 | } |
no test coverage detected