summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1215678.js
blob: 8a9723776bfb5d9706e34bfb5733fdcdbce2c020 (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| error: ReferenceError
if (!('oomTest' in this))
    a;

enableShellAllocationMetadataBuilder()
oomTest(() => {
  newGlobal()
})
gczeal(9, 1);
a;