summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug599464.js
blob: 15b293c073ded45c014091e9067ba8a424f35c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Binary: cache/js-dbg-64-1c913526c597-linux
// Flags:
//
aa = eval
function bb() {
    this.eval = aa
}
var f = (function () {
    (Object.seal)(this)
    l
})
try {
    f()
} catch (r) {}
bb()
try {
    f()
} catch (r) {
    bb()
}