comparison: js/src/jit-test/tests/ion/bug729884.js
js/src/jit-test/tests/ion/bug729884.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function x() {} |
|
2 evaluate("var x = JSON.stringify({});"); |
|
3 evaluate("for (a = 0; a < 13; ++a) { if (!x) { } }"); |