MCPcopy Create free account
hub / github.com/GNOME/gjs / throwCommand

Function throwCommand

modules/script/_bootstrap/debugger.js:510–512  ·  view source on GitHub ↗
(rest)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

throwOrReturnFunction · 0.85

Tested by

no test coverage detected