summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug586538.js
blob: f3d9685888b92ae2c56cdaf2696bb8fb9553df90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Binary: cache/js-dbg-32-f7cf2b7b7961-linux
// Flags: -m
//
Function("\
  for (var a = 0,i=0;i<10;++i) {\
    if (a % 3) {\
      return\
    }\
    function b() {}\
    b((function() {})([Infinity]))\
  }\
")()