blob: 5459dfa6575a44564579c07d296c90e467feb3f3 [file] [log] [blame]
Object.defineProperty(Object.prototype, 1, {get: function() { this.foo++; return 23 }});
assertEq([1,,].pop(), 23);