Closed
Bug 769335
Opened 12 years ago
Closed 12 years ago
IonMonkey: Assertion failure: [infer failure] Missing type in object [0x7f6dc77001f0] value: float, at jsinfer.cpp:327
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
The following testcase asserts on ionmonkey revision 4f57f42dc238 (run with --ion -n -m --ion-eager):
DoWhile( new DoWhileObject( 1000, 1000, 0 ));
function DoWhileObject( value, iterations, endvalue ) {
this.value = value;
}
function DoWhile( object ) {
do {} while( object.value );
}
This was created in a window where the tree was orange, the fix has since been pushed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•