()
| 5361 | return new _TimeExpression(root, timeFactor); |
| 5362 | } |
| 5363 | evalStatically() { |
| 5364 | return this.time.evalStatically() * this.factor; |
| 5365 | } |
| 5366 | resolve(context, { value: val }) { |
| 5367 | return val * this.factor; |
| 5368 | } |
nothing calls this directly
no test coverage detected