summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug657586.js
blob: 2e28d30e015414845413b5424c35c918bdcf7bee (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-32-8aa5d9272628-linux
// Flags: -m -n
//
(function() {
    with([]) {}
    Object.defineProperty([], "", {
        set: (function() {})
    })
})()