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