js/src/jit-test/tests/auto-regress/bug912379.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/jit-test/tests/auto-regress/bug912379.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +s = newGlobal();
     1.5 +evalcx("\
     1.6 +    try { \
     1.7 +        throw StopIteration;\
     1.8 +    } catch(a) {\
     1.9 +        x = a;\
    1.10 +    } \
    1.11 +    wrap(x);\
    1.12 +", s);
    1.13 +evalcx("\
    1.14 +    n = x;\
    1.15 +", s);

mercurial