blob: fca794fc6463124b4db4f4f021c77c705af3844c [file] [log] [blame]
// |jit-test| --dump-bytecode
if (!('oomTest' in this))
quit();
function f() {
eval("(function() {})()");
}
oomTest(f);