(observerLocator, parser)
| 14 | static inject = [ObserverLocator, Parser]; |
| 15 | |
| 16 | constructor(observerLocator, parser) { |
| 17 | this.observerLocator = observerLocator; |
| 18 | this.parser = parser; |
| 19 | } |
| 20 | |
| 21 | createBindingExpression(targetProperty, sourceExpression, mode = bindingMode.toView, lookupFunctions = LookupFunctions) { |
| 22 | return new BindingExpression( |
nothing calls this directly
no outgoing calls
no test coverage detected