Closed
Bug 454744
Opened 16 years ago
Closed 16 years ago
TM: "Assertion failure: PCVAL_IS_SPROP(entry->vword)" with getter
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: brendan)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
649 bytes,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
js -j
js> this.__defineGetter__('x', function() 2); for (var j=0;j<4;++j) { x=1; }
Assertion failure: PCVAL_IS_SPROP(entry->vword), at jstracer.cpp:4441
Assignee | ||
Comment 1•16 years ago
|
||
See bug 454689 and bug 454590 -- probably should dup but I want to patch first.
/be
Assignee | ||
Comment 2•16 years ago
|
||
Gonna land this on r=me authoritay.
/be
Assignee | ||
Comment 3•16 years ago
|
||
Fixed:
http://hg.mozilla.org/tracemonkey/rev/d01bf8dcae43
http://hg.mozilla.org/mozilla-central/rev/3a3f258dd951
/be
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
/cvsroot/mozilla/js/tests/js1_5/extensions/regress-454744.js,v <-- regress-454744.js
initial revision: 1.1
m-c: changeset: 19328:ae5a6fe1d588
The browser test throws TypeError: setting a property that has only a getter
Flags: in-testsuite+
Flags: in-litmus-
Comment 6•16 years ago
|
||
This test should have been in the 1.8 suite.
RCS file: /cvsroot/mozilla/js/tests/js1_8/extensions/regress-454744.js,v
done
Checking in js1_8/extensions/regress-454744.js;
/cvsroot/mozilla/js/tests/js1_8/extensions/regress-454744.js,v <-- regress-454744.js
initial revision: 1.1
done
Removing js1_5/extensions/regress-454744.js;
/cvsroot/mozilla/js/tests/js1_5/extensions/regress-454744.js,v <-- regress-454744.js
new revision: delete; previous revision: 1.1
done
http://hg.mozilla.org/mozilla-central/rev/af3f816c35d2
You need to log in
before you can comment on or make changes to this bug.
Description
•