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

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