summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-23.js
blob: 802e58a7857ccccfebfadb1e608f783166d801ce (plain)
1
2
3
4
5
6
7
let m = parseModule(`
  const root = newGlobal();
  minorgc();
  root.eval();
`);
moduleLink(m);
moduleEvaluate(m);