(ctx, { value })
| 5445 | return new _ThrowCommand(expr); |
| 5446 | } |
| 5447 | resolve(ctx, { value }) { |
| 5448 | ctx.meta.runtime.registerHyperTrace(ctx, value); |
| 5449 | throw value; |
| 5450 | } |
| 5451 | }; |
| 5452 | var ReturnCommand = class _ReturnCommand extends Command { |
| 5453 | static keyword = "return"; |
nothing calls this directly
no test coverage detected