js/src/jit-test/tests/basic/bug836563.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:eb31c3ff1388
1
2 var x = {};
3 Object.defineProperty(x, 0, { configurable: true, value: null });
4 x.p = 0
5 Object.defineProperty(x, 0, { value: 2 });

mercurial