Closed
Bug 355509
Opened 19 years ago
Closed 13 years ago
Incorrect decompilation for switch with only "default"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: testcase)
js> function(x) { switch(x) { default: g() } }
function (x) {
switch (x) {
}
}
Reporter | ||
Comment 1•18 years ago
|
||
See also bug 355668, "Switch statement's 'default:' moves".
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: PowerPC → All
![]() |
||
Comment 5•13 years ago
|
||
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.
Description
•