blob: 0af52f2ce96a249937246226dcc9076b7158641a [file] [log] [blame]
// |jit-test| --ion-pgo=on
if (!('oomTest' in this))
quit();
oomTest(() => {
var g = newGlobal();
g.eval("(function() {})()");
});