summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/profiler/bug1231925.js
blob: 87325b6763b60f4778e557775a10bdf5ff74670e (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('oomTest' in this)

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