summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug581785.js
blob: 62a4ffdabf9214d49754f91a3c9c3200b4de19fe (plain)
1
2
3
4
5
6
7
8
9
10
11
// Binary: cache/js-dbg-64-441daac3fef9-linux
// Flags: -j
//
function f() {
    this.b = function() {};
    this.b = Object.e;
    Object.defineProperty(this, "b", {})
}
for (a in [0, 0, 0, 0]) {
    new f
}