(rest)
| 508 | } |
| 509 | |
| 510 | function throwCommand(rest) { |
| 511 | return throwOrReturn(rest, 'throw', {throw: lastExc}); |
| 512 | } |
| 513 | throwCommand.summary = 'Throws the given value'; |
| 514 | throwCommand.helpText = `USAGE |
| 515 | throw <expr> |
nothing calls this directly
no test coverage detected