summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/off_thread_compile_oom.js
blob: 5a8e32eb37961a88baa9b902608bd58c6aea071f (plain)
1
2
3
4
// |jit-test| skip-if: !('oomTest' in this) || helperThreadCount() === 0

// OOM during off-thread initialization shouldn't leak memory.
eval('oomTest(function(){offThreadCompileToStencil("")})');