summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug1835785.js
blob: 25317757eca24165d94cd2322625eccf12016f10 (plain)
1
2
3
4
5
6
7
8
// |jit-test| allow-unhandlable-oom; allow-oom; skip-if: !('oomAtAllocation' in this)
function main() {
  this
  oomAtAllocation(7);
  var v7 = /a/
  disassemble();
}
main();