summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug772901.js
blob: c5845cc0a9a52c3733c214c761d2a2c14caeaf2b (plain)
1
2
3
4
5
6

function f(x) {
    delete ((x)++);
    arguments[0] !== undefined;
}
f(1, x = [f.ArrayBuffer, undefined], this, this, this) ;