summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1221747.js
blob: fca794fc6463124b4db4f4f021c77c705af3844c (plain)
1
2
3
4
5
6
7
8
// |jit-test| --dump-bytecode
if (!('oomTest' in this))
    quit();

function f() {
    eval("(function() {})()");
}
oomTest(f);