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

// Binary: cache/js-dbg-32-29add08d84ae-linux
// Flags: -j
//
this.watch('y',  /x/g );
for each (y in ['q', 'q', 'q']) continue;
gc();