summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1263862.js
blob: 1b904d34c7a7db6c8cc81d411a954b53a94baa92 (plain)
1
2
3
4
5
6
function loadFile(lfVarx) {
  oomTest(() => eval(lfVarx));
}
for (var i = 0; i < 10; ++i) {
  loadFile(`"use strict"; const s = () => s;`);
}