Home | History | Annotate | Download | only in front_end

Lines Matching refs:_data

758     this._data = [];
780 return this._data;
796 this._data = [].concat(data);
807 this._data.pop();
814 this._data.push(text);
823 this._data.pop(); // Throw away obsolete uncommitted text.
826 this._data.push(this.text);
834 if (this._historyOffset > this._data.length)
858 return this._data[this._data.length - this._historyOffset];