summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug829813.js
blob: 18a5d21d80a8c1495eaafcf21ec699c4c726b71c (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-64-44dcffe8792b-linux
// Flags:
//
for (x in [0]) {
    (function() {
        return Object.propertyIsEnumerable
    })().call([0], x)
}