summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug1698557.js
blob: 2fa2302fe3b4e2b996c4d6a136943cc0b244e76f (plain)
1
2
3
4
5
6
fullcompartmentchecks(true);
let g = newGlobal({sameZoneAs: this});
for (let i = 0; i < 20; i++) {
  g.Object.prototype.toString;
}
gc();