summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/construct-primitive-Function.prototype.prototype.js
blob: 0b83325cfe827efbc19d2367a74cd16164b38458 (plain)
1
2
3
4
5
Object.defineProperty(Function.prototype, "prototype", {
  get: function() { throw 17; },
  set: function() { throw 42; }
});
this.hasOwnProperty("Intl");