Closed
Bug 761410
Opened 13 years ago
Closed 13 years ago
decompiler is broken on array initializers
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: Benjamin, Unassigned)
References
Details
js> (function () { return [1, 2, 3]; }).toString()
"function () {\n return [, 1, 2, 3];\n}"
Reporter | ||
Comment 1•13 years ago
|
||
I lied. I was looking at a patched version...
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•