summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug829813.js
blob: c3f9b145c8a1e81ec7ef526da1b025329c2acad3 (plain)
1
2
3
4
5
6

for (x in [0]) {
    (function() {
        return Object.propertyIsEnumerable
    })().call([0], x)
}