summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug511836.js
blob: 0695e11c7e0ef3c5f6bb4d05185b9a73729f1f00 (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-32-16baceea5fe2-linux
// Flags:
//
for (a in (function () {
    return Iterator(function () {}).__proto__
})()) {
    ++b
}