(expr)
| 146768 | return this.expr.operator(this, expr); |
| 146769 | }, |
| 146770 | parameterExpression (expr) { |
| 146771 | return this.expr.parameter(this, expr); |
| 146772 | }, |
| 146773 | eventExpression (expr) { |
| 146774 | return this.expr.event(this, expr); |
| 146775 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected