js/src/jit-test/tests/ion/bug792234.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:0be1aba94354
1
2 function foo() {
3 return '' / undefined;
4 }
5
6 foo();
7 assertEq(foo(), NaN);

mercurial