summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1287399.js
blob: b110b2a52ea72f78b4b6c81312a221ffeac31577 (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| skip-if: typeof gczeal !== 'function' || helperThreadCount() === 0

var lfGlobal = newGlobal();
gczeal(4);
for (lfLocal in this) {}
lfGlobal.offThreadCompileScript(`
  var desc = {
    value: 'bar',
    value: false,
  };
`);