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