summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug487563.js
blob: 66ce94c07f45ade699552b3000ee5e346d51ab89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Binary: cache/js-dbg-64-86c8e18f20eb-linux
// Flags:
//
try {
  !(Iterator((
    eval("\
      (function(){\
        (function a() { \
          new function(){\
            __iterator__ = a\
          }\
        }\
      )(); \
      return this\
      })")
  )()))
} catch(e) {}