summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug739694-2.js
blob: 41cc4b6e46d39e76257c0d21169ac8091eec9c97 (plain)
1
2
3
4
5
6
7
8
try {
    ({
        f: evalcx("evalcx(\"e\",newGlobal())",
                  newGlobal())
    })
} catch (e) {}
gc()
gc()