summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug655940.js
blob: 463635e236fba4c25e81307c3ef5d9b913eff14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Binary: cache/js-dbg-32-32e8c937a409-linux
// Flags: -m -n -a
//
NaN.__proto__;
function f0() {
    try {} catch(e) {}
}
for (i = 0; i < 9; i++) {
    new f0;
    f0();
    gc()
}