summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1879688.js
blob: a05ae548b5ffbb6bed8222d25f34af8a31cb5331 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('oomTest' in this)

let x = 0;
oomTest(function () {
  let y = x++;
  [](y.toString(y));
});