[INFER] Remove bogus assert, bug 642758.

This commit is contained in:
Brian Hackett 2011-03-19 09:25:15 -07:00
Родитель fc37362473
Коммит 67bb2e3d4b
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,4 @@
function Integer( value, exception ) { }
try {
new Integer( Math.LN2, ++INVALID_INTEGER_VALUE? exception+1.1: 1900 );
} catch (e) {}

Просмотреть файл

@ -378,7 +378,6 @@ mjit::Compiler::jsop_binary_double(FrameEntry *lhs, FrameEntry *rhs, JSOp op,
* Call a stub and try harder to convert to int32, or failing that trigger
* recompilation of this script.
*/
JS_ASSERT(op == JSOP_DIV);
stubcc.linkExit(masm.jump(), Uses(2));
} else if (type != JSVAL_TYPE_DOUBLE) {
masm.storeDouble(fpLeft, frame.addressOf(lhs));