blob: c85e6267c6071dd00c8055d0ddfb95f3aa390d60 (
plain)
1
2
3
4
5
6
|
// |jit-test| skip-if: !('oomAtAllocation' in this); error: Error
const THREAD_TYPE_WORKER = 10;
// OOM testing of worker threads is disallowed because it's not thread safe.
oomAtAllocation(11, THREAD_TYPE_WORKER);
|