Closed
Bug 384756
Opened 18 years ago
Closed 13 years ago
uneval over-parenthesizes functions in arrays
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jruderman, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
js> uneval([function () {}])
[(function () {})]
This is over-parenthesized.
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
![]() |
||
Comment 1•13 years ago
|
||
This seems fine.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•