Home | History | Annotate | Download | only in src

Lines Matching refs:old_length

1614     var old_length = this.length;
1616 if ((typeof old_length === "number") &&
1617 ((old_length >>> 0) === old_length)) {
1620 new_length = old_length - argc;