(spec)
| 149676 | return spec && spec.signal ? this.signalRef(spec.signal) : spec; |
| 149677 | }, |
| 149678 | objectProperty (spec) { |
| 149679 | return !spec || !(0, _vegaUtil.isObject)(spec) ? spec : this.signalRef(spec.signal || propertyLambda(spec)); |
| 149680 | }, |
| 149681 | exprRef (code, name) { |
| 149682 | const params = { |
| 149683 | expr: (0, _vegaFunctions.parseExpression)(code, this) |
nothing calls this directly
no test coverage detected