summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug564619.js
blob: 08541d5ec7d4530310049e239abe2b95c687c9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Binary: cache/js-dbg-32-a214b695dc7b-linux
// Flags: -j
//
(function() {
  eval("\
    function c() {\
      for (var b = 0; b < 2; ++b) {\
        print(this)\
      }\
    }\
    c();\
    c();\
  ")
})()