summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1268034.js
blob: 6985c43687074a9e896b07305ddd04550515a5c9 (plain)
1
2
3
4
5
6
7
if (!('oomTest' in this))
    quit();

oomTest(function() {
    offThreadCompileScript("");
});
"".match();