summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/realms/bug1487238.js
blob: dc0f9710a91964501769ce1ddb952364eca371fb (plain)
1
2
3
// |jit-test| error: TypeError
var x = newGlobal({sameCompartmentAs: this});
x instanceof x.Map.prototype.set;