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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
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