summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/asm.js/oom-helper-thread.js
blob: 18165c01b381e4a7d4b56d77063177e07e41de08 (plain)
1
2
3
4
// |jit-test| exitstatus: 3; skip-if: !('oomAfterAllocations' in this)

oomAfterAllocations(50, 2);
eval("(function() {'use asm'; function f() { return +pow(.0, .0) })")