summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/profiler/bug1231925.js
blob: 0e0011feb672db14ed3ad0e9f8b493d294069874 (plain)
1
2
3
4
enableGeckoProfiling();
oomTest(function() {
    eval("(function() {})()")
});