blob: 1b1c6109562b464ef0a77a96f73a5ae722aab07c [file] [log] [blame]
var x = {};
Object.defineProperty(x, 0, { configurable: true, value: null });
x.p = 0
Object.defineProperty(x, 0, { value: 2 });