bug1242111.js (237B)
1 // |jit-test| allow-oom; skip-if: !hasFunction.oomAfterAllocations 2 3 var g = newGlobal(); 4 g.debuggeeGlobal = []; 5 g.eval("(" + function() { 6 oomAfterAllocations(57); 7 Debugger(debuggeeGlobal).onEnterFrame = function() {} 8 } + ")()");