summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/basic/testBug584650.js
blob: b6c9d8ab7fda3c132f0a1e3f0914df8ee3ea4d22 (plain)
1
2
3
4
5
6
7
8
9
if (typeof gczeal != "function")
    gczeal = function() {}

// don't crash
x = (evalcx('lazy'))
x.watch("", function () {})
gczeal(1)
for (w in x) {}