Home | History | Annotate | Download | only in inspector

Lines Matching refs:oldLength

3453         var oldLength = this._calls.length;
3455 toIndex = oldLength;
3457 toIndex = Math.min(toIndex, oldLength);
3458 var newIndex = Math.min(fromIndex, oldLength);