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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:e486b714fb43
1 function x() {}
2 evaluate("var x = JSON.stringify({});");
3 evaluate("for (a = 0; a < 13; ++a) { if (!x) { } }");

mercurial