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