()
| 672 | return context.meta.runtime.unifiedEval(this, context); |
| 673 | } |
| 674 | evalStatically() { |
| 675 | throw new Error("This expression cannot be evaluated statically: " + this.type); |
| 676 | } |
| 677 | }; |
| 678 | var Command = class extends ParseElement { |
| 679 | constructor() { |
no outgoing calls
no test coverage detected