summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug861439.js
blob: f06dae6a659c97b2c287186c6447f160aa28ee3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
try {
    x = evalcx('')
    toSource = (function() {
        x = (new WeakMap).get(function() {})
    })
    valueOf = (function() {
        schedulezone(x)
    })
    this + ''
    for (v of this) {}
} catch (e) {}
gc()
this + 1