Closed
Bug 349619
Opened 19 years ago
Closed 19 years ago
Assertion [@ BindNameToSlot] with let block, object literal getter/setter
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla1.8.1
People
(Reporter: jruderman, Assigned: brendan)
References
Details
(Keywords: crash, testcase, verified1.8.1)
Crash Data
Attachments
(1 file)
2.48 KB,
patch
|
shaver
:
review+
beltzner
:
approval1.8.1+
|
Details | Diff | Splinter Review |
javascript:function() { let(y=3) { ({ get y() { }, set y(z) { } }) } }
Assertion failure: 0, at /Users/admin/trunk/mozilla/js/src/jsemit.c:1891
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
OS: Mac OS X 10.4 → All
Priority: -- → P1
Hardware: Macintosh → All
Target Milestone: --- → mozilla1.8.1
Comment 2•19 years ago
|
||
Comment on attachment 235179 [details] [diff] [review]
fix
r=shaver
Attachment #235179 -
Flags: review?(shaver) → review+
Assignee | ||
Comment 3•19 years ago
|
||
Checking in jsemit.c;
/cvsroot/mozilla/js/src/jsemit.c,v <-- jsemit.c
new revision: 3.186; previous revision: 3.185
done
Checking in jsparse.c;
/cvsroot/mozilla/js/src/jsparse.c,v <-- jsparse.c
new revision: 3.209; previous revision: 3.208
done
Fixed on trunk.
/be
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Flags: blocking1.8.1?
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Attachment #235179 -
Flags: approval1.8.1?
Comment 4•19 years ago
|
||
Comment on attachment 235179 [details] [diff] [review]
fix
a=beltzner on behalf of the 181drivers
Attachment #235179 -
Flags: approval1.8.1? → approval1.8.1+
Updated•19 years ago
|
Flags: blocking1.8.1? → blocking1.8.1+
Comment 6•19 years ago
|
||
Checking in regress-349619.js;
/cvsroot/mozilla/js/tests/js1_7/block/regress-349619.js,v <-- regress-349619.js
initial revision: 1.1
Flags: in-testsuite+
Comment 7•19 years ago
|
||
verified fixed 1.8 20060827 windows/mac*/linux. 1.9 test run is still running..., I'll verify it later tonight.
Keywords: fixed1.8.1 → verified1.8.1
Updated•14 years ago
|
Crash Signature: [@ BindNameToSlot]
You need to log in
before you can comment on or make changes to this bug.
Description
•