DEBSOURCES
Skip Quicknav
sources / qtwebkit-opensource-src / 5.3.2%2Bdfsg-2~bpo70%2B1 / Source / WebInspectorUI / Tools / PrettyPrinting / Utilities.js
123456789
Object.defineProperty(Array.prototype, "lastValue", { get: function() { if (!this.length) return undefined; return this[this.length - 1]; } });