summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/bug-1136806.js
blob: 104e79b1eeba490364d2f8d3ae763fb9b52e61ba (plain)
1
2
3
4
5
6
7
// |jit-test| allow-unhandlable-oom; allow-oom

if (typeof oomAfterAllocations == "function") {
  Debugger()
  oomAfterAllocations(6)
  Debugger()
}