summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1109922.js
blob: 8bd5c52da79c12206198c7b4d2ef1f1ea6ff187d (plain)
1
2
3
4
5
6
if (this.hasOwnProperty("Intl")) {
    gczeal(14);
    b = {};
    b.__proto__ = evalcx("lazy");
    (function m(b) {})(b.Intl.Collator(0))
}