summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1254108.js
blob: bf18e798aea47dcc8bd7f57f5e2dbf17dffef612 (plain)
1
2
3
4
5
|jit-test| error: Error
function testChangeParam(key) {
    gcparam(key, 0x22222222);
}
testChangeParam("lowFrequencyHeapGrowth");