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