bug-1261329.js (217B)
1 // |jit-test| skip-if: !hasFunction.oomTest 2 3 print = function() {} 4 function k() { return dissrc(print); } 5 function j() { return k(); } 6 function h() { return j(); } 7 function f() { return h(); } 8 f(); 9 oomTest(() => f())