summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1344265.js
blob: a4e5b1dc47a8df9bb77dc68956efa7f34c0c0027 (plain)
1
2
3
4
5
// |jit-test| allow-unhandlable-oom; allow-oom
if (!('oomAfterAllocations' in this))
    quit();
oomAfterAllocations(1);
newExternalString("a");