Confirmed users
497
edits
(Define 'cause' property for DebuggeeWouldRun exceptions. (git 81c4a8)) |
(→Function Properties of the Debugger Prototype Object: Fix markup in findScripts documentation.) |
||
| Line 264: | Line 264: | ||
<dt>findScripts([<i>query</i>]) | <dt>findScripts([<i>query</i>]) | ||
Return an array of <code>Debugger.Script</code> instances for all debuggee scripts matching <i>query</i>. Each instance appears only once in the array. <i>Query</i> is an object whose properties restrict which scripts are returned; a script must meet all the criteria given by <i>query</i> to be returned. If <i>query</i> is omitted, we return the <code>Debugger.Script</code> instances for all debuggee scripts. | <dd>Return an array of <code>Debugger.Script</code> instances for all debuggee scripts matching <i>query</i>. Each instance appears only once in the array. <i>Query</i> is an object whose properties restrict which scripts are returned; a script must meet all the criteria given by <i>query</i> to be returned. If <i>query</i> is omitted, we return the <code>Debugger.Script</code> instances for all debuggee scripts. | ||
<i>Query</i> may have the following properties: | <i>Query</i> may have the following properties: | ||