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