summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-44.js
blob: a10366ea49d17d73d582c98adb14f1be3cf9f561 (plain)
1
2
3
4
5
6
// Adapted from randomly chosen test: js/src/jit-test/tests/profiler/bug1231925.js
"use strict";
enableGeckoProfiling();
oomTest(function() {
    eval("(function() {})()");
});