bug-1248162.js (303B)
1 // |jit-test| allow-oom 2 3 // Adapted from randomly chosen test: js/src/jit-test/tests/debug/Debugger-onNewGlobalObject-01.js 4 for (var i = 0; i < 9; ++i) { 5 var dbg = new Debugger; 6 dbg.onNewGlobalObject = function() {}; 7 } 8 // jsfunfuzz-generated 9 oomTest(function() { 10 newGlobal({sameZoneAs: this}); 11 })