summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug567577.js
blob: 6b6229d06a004fd358b2cacc24c825c08a70e6bb (plain)
1
2
3
4
5
6
7
8
// |jit-test| error:TypeError

// Binary: cache/js-dbg-64-88a6e0534e03-linux
// Flags: -j
//
for (a in [/x/, null, new String - Infinity]) {
  print(new evalcx(" "))
}