(ctx, { value })
| 5788 | return new _ThrowCommand(expr); |
| 5789 | } |
| 5790 | resolve(ctx, { value }) { |
| 5791 | ctx.meta.runtime.registerHyperTrace(ctx, value); |
| 5792 | throw value; |
| 5793 | } |
| 5794 | }; |
| 5795 | var ReturnCommand = class _ReturnCommand extends Command { |
| 5796 | static keyword = "return"; |
nothing calls this directly
no test coverage detected