summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug912379.js
blob: fd0ae9b332160122d483e2ade2c7e57ab461c31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
s = newGlobal();
evalcx("\
    try { \
        throw StopIteration;\
    } catch(a) {\
        x = a;\
    } \
    new Proxy(x, {});\
", s);
evalcx("\
    n = x;\
", s);