summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-825326.js
blob: 1579f1d2911f4498f61ee99513e2a253d2ee4d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// |jit-test|

try {
    a = []
    r = /x/
    gczeal(10, 2)()
} catch (e) {}
try {
    (function() {
        r(function() {
            eval()
        })
    })()
} catch (e) {}
try {
    s
} catch (e) {}
a.every(function() {})