Closed
Bug 349818
Opened 19 years ago
Closed 19 years ago
Regression: "let" expressions assert
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: brendan)
References
Details
(4 keywords)
Attachments
(1 file)
1.16 KB,
patch
|
Details | Diff | Splinter Review |
javascript:let (x=3) x
Assertion failure: pn->pn_op == JSOP_LEAVEBLOCKEXPR, at /Users/admin/trunk/mozilla/js/src/jsparse.c:3230
I think this is a regression from within the last few hours.
Assignee | ||
Comment 1•19 years ago
|
||
I'm sure mrbkap would r=. This is a debug-only change.
/be
Assignee: general → brendan
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•19 years ago
|
||
Regression from patch for bug 349605. This will be landed on the 1.8 branch in due course.
/be
Comment 3•19 years ago
|
||
Checking in regress-349818.js;
/cvsroot/mozilla/js/tests/js1_7/expressions/regress-349818.js,v <-- regress-349818.js
initial revision: 1.1
Flags: in-testsuite+
Assignee | ||
Comment 5•19 years ago
|
||
This is fixed on the 1.8 branch now. Sorry for the delayed landing.
/be
Keywords: fixed1.8.1
Comment 6•19 years ago
|
||
verified fixed 1.8, 1.9 20060901 windows/mac*/linux
Keywords: fixed1.8.1 → verified1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•