summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1711342.js
blob: a0c6277902462d6f0892df8161f8c155d476a34c (plain)
1
2
3
4
5
6
Object.defineProperty(__proto__, "then", {
    get: function () {
        x
    }
});
import("javascript:null");