summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug593605.js
blob: 48a0b1abc34af193f44785090548f9df08675054 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Binary: cache/js-dbg-32-60af58b42567-linux
// Flags:
//
function z(b) {
 if (b) this.x = Object;
 this.__defineGetter__("x", encodeURIComponent)
 this.c = delete s
}
for each(a in [/x/, 0]) {
 new z(a)
}