summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1651001-1.js
blob: 889ab4a5b98c4ab0dd4747fe077e10aeb98c4a37 (plain)
1
2
3
4
5
6
7
8
9
gczeal(0);
try {
  v2 = (x = []);
  g1 = newGlobal({ sameZoneAs: x });
  enableShellAllocationMetadataBuilder();
  g1.Uint8ClampedArray.prototype = b1;
} catch(e) {}
startgc(9);
recomputeWrappers();