Confirmed users
497
edits
(Tighten up references to "debuggee's compartment"; this is no longer unique.) |
|||
| Line 487: | Line 487: | ||
<dt>script | <dt>script | ||
<dd>If the referent is a function, that function's script, as a <code>Debugger.Script</code> instance. If the referent is not a function, this is <code>undefined</code>. | <dd>If the referent is a function implemented in JavaScript, that function's script, as a <code>Debugger.Script</code> instance. If the referent is not a function implemented in JavaScript, this is <code>undefined</code>. | ||
<dt>scope | <dt>scope | ||