blob: 5b069e686840c2205b7f15127c5c0f79617b30c6 [file] [log] [blame]
// |jit-test| allow-oom
if (!('oomTest' in this))
quit();
function f() {
eval("(function() y)()");
}
oomTest(f);
fullcompartmentchecks(true);