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

Function returnCommand

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

Source from the content-addressed store, hash-verified

518 · expr: expression to throw`;
519
520function returnCommand(rest) {
521 return throwOrReturn(rest, 'return', {return: undefined});
522}
523returnCommand.summary = 'Return the given value from the current frame';
524returnCommand.helpText = `USAGE
525 return <expr>

Callers

nothing calls this directly

Calls 1

throwOrReturnFunction · 0.85

Tested by

no test coverage detected