summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/regexp/bug1783555.js
blob: 60978910a2a48403cc0848e4343112fc3f3241a1 (plain)
1
2
3
4
var src = "(.?)".repeat(65536);
try {
  "".match(src);
} catch {}