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)

defect

Tracking

()

VERIFIED FIXED
mozilla1.8.1

People

(Reporter: jruderman, Assigned: brendan)

References

Details

(Keywords: testcase, verified1.8.1)

Attachments

(1 file)

This happens both before and after the patch for bug 352217.

js> function() { L: { let x; } }          

function () {
L:
    let x;
}
Attached patch fixSplinter Review
Assignee: general → brendan
Status: NEW → ASSIGNED
Attachment #238063 - Flags: review?(mrbkap)
OS: Mac OS X 10.4 → All
Priority: -- → P1
Hardware: Macintosh → All
Target Milestone: --- → mozilla1.8.1
Attachment #238063 - Flags: review?(mrbkap) → review+
Fixed on trunk.

/be
Blocks: js1.7let
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Attachment #238063 - Flags: approval1.8.1?
Blocks: 352415
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+
Fixed on the 1.8 branch.

/be
Keywords: fixed1.8.1
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+
verified fixed 1.8 20060914 windows/linux 1.9 20060914 windows/mac*/linux
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: