Debugger: Difference between revisions

52 bytes added ,  29 September 2011
→‎Accessor Properties of the Debugger.Object prototype: Debugger.Object.prototype.scope should return undefined for non-JavaScript functions.
(→‎Accessor Properties of the Debugger.Object prototype: Debugger.Object.prototype.scope should return undefined for non-JavaScript functions.)
Line 536: Line 536:


<dt>scope
<dt>scope
<dd>If the referent is a function, a <code>Debugger.Environment</code> instance representing the lexical environment enclosing the function when it was created. If the referent is not a function, return <code>undefined</code>.
<dd>If the referent is a function implemented in JavaScript, a <code>Debugger.Environment</code> instance representing the lexical environment enclosing the function when it was created. If the referent is not a function implemented in JavaScript, return <code>undefined</code>.
</dl>
</dl>


Confirmed users
497

edits