summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1261329.js
blob: afa1db2c3df4da9ea6b1745be87c0987eed7c83b (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| skip-if: !('oomTest' in this)

print = function() {}
function k() { return dissrc(print); }
function j() { return k(); }
function h() { return j(); }
function f() { return h(); }
f();
oomTest(() => f())