js/src/jit-test/tests/basic/testBug584650.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:96974d02cac4
1 if (typeof gczeal != "function")
2 gczeal = function() {}
3
4 // don't crash
5 x = (evalcx('lazy'))
6 x.watch("", function () {})
7 gczeal(1)
8 for (w in x) {}
9

mercurial