summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug1685992.js
blob: ea709965fd37b3c3bd32a9b992d50581ced155a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// |jit-test| --ion-offthread-compile=off; --enable-private-methods; skip-if: !('oomTest' in this)

function oomModule(lfMod) {
  oomTest(function () {
    parseModule(lfMod);
  });
}
oomModule(`
  class B50 {
    #priv() {}
  }
`)