js/src/jit-test/tests/auto-regress/bug531298.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/bug531298.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +// Binary: cache/js-dbg-32-15c46082297d-linux
     1.5 +// Flags: -j
     1.6 +//
     1.7 +(function() {
     1.8 +  (eval("\
     1.9 +    (function() {\
    1.10 +      let(e)((function() { ((function f(a) {\
    1.11 +          if (a < 1) {\
    1.12 +            return 1\
    1.13 +          }\
    1.14 +          x = arguments;\
    1.15 +          return f(a - 1) + f(a - 2)\
    1.16 +        })(6))\
    1.17 +      })())\
    1.18 +    })\
    1.19 +  "))()
    1.20 +})()
    1.21 +gc()

mercurial