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