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