(context)
| 668 | } |
| 669 | } |
| 670 | evaluate(context) { |
| 671 | return context.meta.runtime.unifiedEval(this, context); |
| 672 | } |
| 673 | evalStatically() { |
| 674 | throw new Error("This expression cannot be evaluated statically: " + this.type); |
| 675 | } |
no test coverage detected