Closed
Bug 482031
Opened 17 years ago
Closed 16 years ago
JS_SetPrototype does not change the shape of objects on old prototype chain
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Unassigned)
Details
...which I think is necessary for correctness if the object is a delegate:
http://hg.mozilla.org/tracemonkey/file/5374efa7d144/js/src/jsgc.cpp#l3235
Brendan points out that the xpconnect use is on newborns.
Flags: wanted1.9.1?
| Reporter | ||
Updated•16 years ago
|
Flags: wanted1.9.1?
Comment 1•16 years ago
|
||
This was fixed. Mark DUP if possible, else FIXED.
/be
| Reporter | ||
Comment 2•16 years ago
|
||
Not sure when this happened but it is definitely fixed (by inspection of the code and testing).
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Comment 3•16 years ago
|
||
Fixed by bug 496054 (see prior bug 489501 for repairing DEBUG vs. release badness).
/be
Resolution: WORKSFORME → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•