blob: 852c1862e5c4fa7cb7138a2eba55ee8344120f35 (
plain)
1
2
3
4
5
6
7
|
// |jit-test| skip-if: helperThreadCount() === 0
gczeal(0);
startgc(1, 'shrinking');
offThreadCompileScript("");
// Adapted from randomly chosen test: js/src/jit-test/tests/parser/bug-1263355-13.js
gczeal(9);
newGlobal();
|