comparison: js/src/jit-test/tests/ion/bug792234.js
js/src/jit-test/tests/ion/bug792234.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 function foo() { |
|
3 return '' / undefined; |
|
4 } |
|
5 |
|
6 foo(); |
|
7 assertEq(foo(), NaN); |