Debugger: Difference between revisions

540 bytes added ,  24 May 2013
[master 5b72016] Document Debugger.Script.prototype.sourceMapURL.
([master 4f12e6b] Document Debugger.Object.prototype.unsafeDereference.)
([master 5b72016] Document Debugger.Script.prototype.sourceMapURL.)
Line 548: Line 548:
<dt>strictMode
<dt>strictMode
<dd>This is <code>true</code> if this script's code is ECMAScript strict mode code, and <code>false</code> otherwise.
<dd>This is <code>true</code> if this script's code is ECMAScript strict mode code, and <code>false</code> otherwise.
<dt>sourceMapURL
<dd>If this script was produced by a minimizer or translated from some other language, and we know the URL of a <b>source map</b> document relating the source positions in this script to the corresponding source positions in the original source, then this property's value is that URL. Otherwise, this is <code>null</code>.
(On the web, the translator may provide the source map URL in a specially formatted comment in the JavaScript source code, or via a header in the HTTP reply that carried the generated JavaScript.)
</dl>
</dl>


Confirmed users
497

edits