Open
Bug 690377
Opened 13 years ago
Updated 2 years ago
[jsdbg2] Debugger.Script.prototype.decompile
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: past, Unassigned)
References
(Blocks 1 open bug)
Details
Per the debugger spec: https://wiki.mozilla.org/Debugger
decompile([pretty])
Return a string containing JavaScript source code equivalent to this script in its effect and result. If pretty is present and true, produce indented code with line breaks. (Note that Debugger.Object instances referring to functions also have a decompile method, whose result includes the function header and parameter names, so it is probably better to write f.decompile() than to write f.getFunctionScript().decompile().)
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Comment 1•9 years ago
|
||
The documentation is currently listing this method without any further comments, shouldn't it be marked as "future plan"?
Updated•4 years ago
|
Blocks: js-debugger
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•