summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/regexp/bug1794317.js
blob: ef50fd0c972d082ca206402329d9407016f78ea3 (plain)
1
2
3
4
5
for (let i = 0; i < 2; i++) {
  oomTest(function () {
    RegExp("(?<name" + i + ">)").exec();
  })
}