Closed
Bug 352402
Opened 18 years ago
Closed 18 years ago
Labeled block loses braces, even if needed for "let"
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla1.8.1
People
(Reporter: jruderman, Assigned: brendan)
References
Details
(Keywords: testcase, verified1.8.1)
Attachments
(1 file)
(deleted),
patch
|
mrbkap
:
review+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
This happens both before and after the patch for bug 352217.
js> function() { L: { let x; } }
function () {
L:
let x;
}
Assignee | ||
Comment 1•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
OS: Mac OS X 10.4 → All
Priority: -- → P1
Hardware: Macintosh → All
Target Milestone: --- → mozilla1.8.1
Updated•18 years ago
|
Attachment #238063 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 2•18 years ago
|
||
Fixed on trunk.
/be
Assignee | ||
Updated•18 years ago
|
Attachment #238063 -
Flags: approval1.8.1?
Comment 3•18 years ago
|
||
Comment on attachment 238063 [details] [diff] [review]
fix
a=schrep for 181drivers for JS decompiler fuzz bugs.
Attachment #238063 -
Flags: approval1.8.1? → approval1.8.1+
Comment 5•18 years ago
|
||
Checking in regress-352402.js;
/cvsroot/mozilla/js/tests/js1_7/block/regress-352402.js,v <-- regress-352402.js
initial revision: 1.1
done
Flags: in-testsuite+
Comment 6•18 years ago
|
||
verified fixed 1.8 20060914 windows/linux 1.9 20060914 windows/mac*/linux
Status: RESOLVED → VERIFIED
Keywords: fixed1.8.1 → verified1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•