Home
last modified time | relevance | path

Searched refs:_resizeTo (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dqueue.js60 this._resizeTo(this._capacity << 1);
64 Queue.prototype._resizeTo = function (capacity) { method in Queue
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.min.js31 …._checkCapacity=function(t){this._capacity<t&&this._resizeTo(this._capacity<<1)},i.prototype._resi…
Dbluebird.core.js3160 this._resizeTo(this._capacity << 1);
3164 Queue.prototype._resizeTo = function (capacity) {
Dbluebird.min.js30 …._checkCapacity=function(t){this._capacity<t&&this._resizeTo(this._capacity<<1)},i.prototype._resi…
Dbluebird.js4259 this._resizeTo(this._capacity << 1);
4263 Queue.prototype._resizeTo = function (capacity) {