js/src/jit-test/tests/jaeger/bug557063.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:8556994bf400
1 (function() {
2 for (a = 0; a < 2; a++)
3 ''.watch("", function() {})
4 })()
5
6 /* Don't crash or assert. */
7

mercurial