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