comparison: js/src/jit-test/tests/basic/bug731642.js
js/src/jit-test/tests/basic/bug731642.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 Object.defineProperty(Object.prototype, 1, {get: function() { this.foo++; return 23 }}); |
|
2 assertEq([1,,].pop(), 23); |