Closed
Bug 789768
Opened 12 years ago
Closed 7 years ago
JS_DONT_PRETTY_PRINT is misnamed and misdocumented
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1383775
People
(Reporter: jimb, Unassigned)
Details
(Whiteboard: [js:t])
The flag JS_DONT_PRETTY_PRINT used to control the formatting of decompiled source code. Now that we retain the original source code, the flag only affects whether parens are placed around the source of certain functions. The name is misleading, and the comments describing it in jsapi.h are incorrect.
Updated•12 years ago
|
Whiteboard: [js:t]
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•