(context)
| 662 | } |
| 663 | } |
| 664 | evaluate(context) { |
| 665 | return context.meta.runtime.unifiedEval(this, context); |
| 666 | } |
| 667 | evalStatically() { |
| 668 | throw new Error("This expression cannot be evaluated statically: " + this.type); |
| 669 | } |
no test coverage detected