Closed
Bug 643241
Opened 14 years ago
Closed 14 years ago
TI: "Assertion failure: getType()->hasSpecialEquality,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: fixed-in-jaegermonkey)
Attachments
(1 file)
5.09 KB,
text/plain
|
Details |
*/ function (){} asserts js debug shell on JM changeset 5ce2f7a90286 with -m at Assertion failure: getType()->hasSpecialEquality,
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
The TypeObject->hasSpecialEquality bit is not maintained if inference is disabled, this always sets it to true in such cases. http://hg.mozilla.org/projects/jaegermonkey/rev/6ca659590941
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-jaegermonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•