(parent, flags)
| 5029 | } |
| 5030 | |
| 5031 | function bindingPropagateFrom(parent, flags) { |
| 5032 | if ((flags & 2) !== 0 && parent._isBound()) { |
| 5033 | this._setBoundTo(parent._boundTo); |
| 5034 | } |
| 5035 | } |
| 5036 | var propagateFromFunction = bindingPropagateFrom; |
| 5037 | |
| 5038 | function boundValueFunction() { |
nothing calls this directly
no outgoing calls
no test coverage detected