blob: 88203fb7e7aa4befd20d85b64fce0087a237a34d (
plain)
1
2
3
4
5
6
7
8
|
// |jit-test| skip-if: helperThreadCount() === 0 || !('oomTest' in this)
oomTest(new Function(`function execOffThread(source) {
offThreadCompileModule(source);
return finishOffThreadModule();
}
b = execOffThread("[1, 2, 3]")
`));
|