Searched refs:_setInitial (Results 1 – 2 of 2) sorted by relevance
7884 DLL.prototype._setInitial = function(node) { method in DLL7905 this._setInitial(node);7918 this._setInitial(node);
78 …ll;a.next=null;this.length--;return a};M.prototype.empty=M;M.prototype._setInitial=function(a){thi… method in M79 …):this._setInitial(a)};M.prototype.push=function(a){var c=this.tail;c?(a.prev=c,a.next=c.next,this…