summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1433496.js
blob: e5ef04c8e0e97c780a5a8cbce93627af6de4e89d (plain)
1
2
3
4
5
6
// |jit-test| --spectre-mitigations=on; skip-if: getBuildConfiguration()['mips32'] || getBuildConfiguration()['mips64']
function f() {
    return arguments[arguments.length];
}
for (var i = 0; i < 10; i++)
    assertEq(f(), undefined);