summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug543436.js
blob: a1145cb5946ca5bad6f9b6f3a3e934864d95aa0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Binary: cache/js-dbg-64-f57b95afb57e-linux
// Flags:
//
(function() {
  try {
    eval("\
      function() {\
        if (3)\
        (1 for (x in []));\
        else \
        (this._ = function(){})\
      }\
    ");
  } catch(e) {}
})()