michael@0: Object.defineProperty(Object.prototype, 1, {get: function() { this.foo++; return 23 }}); michael@0: assertEq([1,,].pop(), 23);