bug1251919.js (255B)
1 // jsfunfuzz-generated 2 fullcompartmentchecks(true); 3 // Adapted from randomly chosen test: js/src/jit-test/tests/debug/bug-1248162.js 4 var dbg = new Debugger; 5 dbg.onNewGlobalObject = function() {}; 6 oomTest(function() { 7 newGlobal({sameZoneAs: this}); 8 })