summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/oomInParseFunction.js
blob: 9946bc2d0021df72716d86aa78abb86b987934e1 (plain)
1
2
3
4
if (!('oomTest' in this))
    quit();

oomTest(() => eval("function f() {}"));