Confirmed users
497
edits
(→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> | ||