summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug836563.js
blob: 1b1c6109562b464ef0a77a96f73a5ae722aab07c (plain)
1
2
3
4
5
var x = {};
Object.defineProperty(x, 0, { configurable: true, value: null });
x.p = 0
Object.defineProperty(x, 0, { value: 2 });