summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/asm.js/oom-helper-thread.js
blob: bb1550ba1146e18746b0d3b4883ada596e90c362 (plain)
1
2
3
4
5
6
7
8
// |jit-test| exitstatus: 3

if (typeof oomAfterAllocations !== 'function') {
    quit(3);
}

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