Closed
Bug 381207
Opened 18 years ago
Closed 12 years ago
Unnecessary parens with number in E4X filtering predicate operator
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
js> (function() { x.(5) })
function () {
x.((5));
}
Found by a version of jsfunfuzz that looks for unnecessary parens.
Comment 1•12 years ago
|
||
e4x support has been removed (bug 788293).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•