summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug772901.js
blob: 164afd151732e0fb84bbc35027366f9f204c04a3 (plain)
1
2
3
4
5
6
7
// vim: set ts=8 sts=4 et sw=4 tw=99:

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