I would like (mainly for academic reasons) to be able to set an accessor on an array’s length using Object.defineProperty(), so than I can notify for size changes. I am aware of ES6 object observe, and watch.js, but I would like to attempt to do this in ES5 without extra libraries if possible, even if this is only for V8/Chrome.