summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/bug1878098-serialization-log-oom.js
blob: d752337cfaea3241168c500f5890478d113bc994 (plain)
1
2
3
4
5
6
7
8
// |jit-test| skip-if: !('oomTest' in this)

x = [];
x.keepFailing = [];
oomTest(function () {
  y = { z: [] };
  makeSerializable().log;
}, x);