summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1214006.js
blob: 3b150fbaed40f7fed40f4930f644be96e8e11fb9 (plain)
1
2
3
4
5
6
7
// |jit-test| allow-oom

function f() {
    eval("(function() y)()");
}
oomTest(f);
fullcompartmentchecks(true);