Confirmed users
497
edits
(Pull out descriptions of completion values and resumption values into their own sections.) |
|||
| Line 47: | Line 47: | ||
<dd>The debuggee should continue execution normally. | <dd>The debuggee should continue execution normally. | ||
<dt>{ return: <i>value</i> } | <dt>{ return: <i>value</i> } | ||
<dd>Return <i>value</i> immediately as the current value of the function. <i>Value</i> must be a debuggee value. (Most handler functions support this, except those whose | <dd>Return <i>value</i> immediately as the current value of the function. <i>Value</i> must be a debuggee value. (Most handler functions support this, except those whose descriptions say otherwise.) | ||
<dt>{ throw: <i>value</i> } | <dt>{ throw: <i>value</i> } | ||
<dd>Throw <i>value</i> as an execption from the current bytecode instruction. <i>Value</i> must be a debuggee value. | <dd>Throw <i>value</i> as an execption from the current bytecode instruction. <i>Value</i> must be a debuggee value. | ||