зеркало из https://github.com/mozilla/gecko-dev.git
[INFER] Remove bogus assert, bug 642758.
This commit is contained in:
Родитель
fc37362473
Коммит
67bb2e3d4b
|
@ -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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче