Searched refs:_willBeOverCapacity (Results 1 – 3 of 3) sorted by relevance
13 …_willBeOverCapacity=function(t){return this._capacity<t},n.prototype._pushOne=function(t){var e=th…
1 …_willBeOverCapacity","_checkCapacity","wrapMask","front","_resizeTo","oldCapacity","moveItemsCount…
3997 Queue.prototype._willBeOverCapacity = function (size) { method in Queue4011 if (this._willBeOverCapacity(length)) {