Closed Bug 355509 Opened 19 years ago Closed 13 years ago

Incorrect decompilation for switch with only "default"

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: testcase)

js> function(x) { switch(x) { default: g() } } function (x) { switch (x) { } }
See also bug 355668, "Switch statement's 'default:' moves".
Looks like a pretty ugly decompiler bug, actually.
Flags: wanted1.9.2?
OS: Mac OS X → All
Hardware: PowerPC → All
Fixed by saving the source.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.