summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/realms/bug1496892.js
blob: 8a38ddfaef78322795db01a495af68a9d7b3dfe4 (plain)
1
2
3
4
(function(a) {
    var g = newGlobal({sameCompartmentAs: this});
    g.Object.defineProperty(arguments, "0", {value: g});
})(0);